diff options
Diffstat (limited to 'src/imap/ngx_imap.c')
-rw-r--r-- | src/imap/ngx_imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imap/ngx_imap.c b/src/imap/ngx_imap.c index 7c1a42f8c..9fc5e2441 100644 --- a/src/imap/ngx_imap.c +++ b/src/imap/ngx_imap.c @@ -34,7 +34,7 @@ static ngx_core_module_t ngx_imap_module_ctx = { ngx_module_t ngx_imap_module = { - NGX_MODULE, + NGX_MODULE_V1, &ngx_imap_module_ctx, /* module context */ ngx_imap_commands, /* module directives */ NGX_CORE_MODULE, /* module type */ |