diff options
| author | zhuzhenjun <[email protected]> | 2024-11-27 08:59:59 +0000 |
|---|---|---|
| committer | zhuzhenjun <[email protected]> | 2024-11-27 08:59:59 +0000 |
| commit | 021d5da694b9e73b01a87a3510c365193371cf52 (patch) | |
| tree | 0ac15411256b78ed81cd6682ae73264c70608759 /test | |
| parent | 3694c142d974ab35f55bde4a8519525b9afcbc84 (diff) | |
init mail decoderdev-mail-decoder
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; |
