diff --git a/src/modules/module_02500.c b/src/modules/module_02500.c index ba534ae6d..69b6a3e29 100644 --- a/src/modules/module_02500.c +++ b/src/modules/module_02500.c @@ -923,6 +923,7 @@ void module_init (module_ctx_t *module_ctx) module_ctx->module_hash_binary_count = module_hash_binary_count; module_ctx->module_hash_binary_parse = module_hash_binary_parse; module_ctx->module_hash_binary_save = module_hash_binary_save; + module_ctx->module_hash_decode_postprocess = MODULE_DEFAULT; module_ctx->module_hash_decode_potfile = module_hash_decode_potfile; module_ctx->module_hash_decode_zero_hash = MODULE_DEFAULT; module_ctx->module_hash_decode = module_hash_decode; diff --git a/src/modules/module_02501.c b/src/modules/module_02501.c index c789a037e..54875309d 100644 --- a/src/modules/module_02501.c +++ b/src/modules/module_02501.c @@ -920,6 +920,7 @@ void module_init (module_ctx_t *module_ctx) module_ctx->module_hash_binary_count = module_hash_binary_count; module_ctx->module_hash_binary_parse = module_hash_binary_parse; module_ctx->module_hash_binary_save = module_hash_binary_save; + module_ctx->module_hash_decode_postprocess = MODULE_DEFAULT; module_ctx->module_hash_decode_potfile = module_hash_decode_potfile; module_ctx->module_hash_decode_zero_hash = MODULE_DEFAULT; module_ctx->module_hash_decode = module_hash_decode; diff --git a/src/modules/module_16800.c b/src/modules/module_16800.c index f6d53ed22..564dd9197 100644 --- a/src/modules/module_16800.c +++ b/src/modules/module_16800.c @@ -531,6 +531,7 @@ void module_init (module_ctx_t *module_ctx) module_ctx->module_hash_binary_count = MODULE_DEFAULT; module_ctx->module_hash_binary_parse = MODULE_DEFAULT; module_ctx->module_hash_binary_save = module_hash_binary_save; + module_ctx->module_hash_decode_postprocess = MODULE_DEFAULT; module_ctx->module_hash_decode_potfile = module_hash_decode_potfile; module_ctx->module_hash_decode_zero_hash = MODULE_DEFAULT; module_ctx->module_hash_decode = module_hash_decode; diff --git a/src/modules/module_16801.c b/src/modules/module_16801.c index 070d4b976..01f8cd566 100644 --- a/src/modules/module_16801.c +++ b/src/modules/module_16801.c @@ -607,6 +607,7 @@ void module_init (module_ctx_t *module_ctx) module_ctx->module_hash_binary_count = MODULE_DEFAULT; module_ctx->module_hash_binary_parse = MODULE_DEFAULT; module_ctx->module_hash_binary_save = module_hash_binary_save; + module_ctx->module_hash_decode_postprocess = MODULE_DEFAULT; module_ctx->module_hash_decode_potfile = module_hash_decode_potfile; module_ctx->module_hash_decode_zero_hash = MODULE_DEFAULT; module_ctx->module_hash_decode = module_hash_decode;