summaryrefslogtreecommitdiff
path: root/test/decoders
diff options
context:
space:
mode:
Diffstat (limited to 'test/decoders')
-rw-r--r--test/decoders/mail/mail_test_module.cpp2
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;