diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/decoders/mail/mail_test_module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/decoders/mail/mail_test_module.cpp b/test/decoders/mail/mail_test_module.cpp index fab6961..4a84d27 100644 --- a/test/decoders/mail/mail_test_module.cpp +++ b/test/decoders/mail/mail_test_module.cpp @@ -566,7 +566,7 @@ extern "C" struct module *mail_test_init(struct module_manager *mod_mgr) struct module *mod; struct mail_test_module_ctx *mod_ctx; struct session_manager *sess_mgr; - struct mail_env *decoder; + struct mail_decoder *decoder; mod_ctx = (struct mail_test_module_ctx *)calloc(1, sizeof(struct mail_test_module_ctx)); mod_ctx->mod_mgr_ref = mod_mgr; |
