diff options
Diffstat (limited to 'src/imap/ngx_imap.c')
-rw-r--r-- | src/imap/ngx_imap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imap/ngx_imap.c b/src/imap/ngx_imap.c index 13855f17d..eb12b6790 100644 --- a/src/imap/ngx_imap.c +++ b/src/imap/ngx_imap.c @@ -50,6 +50,7 @@ static char *ngx_imap_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) } ls->backlog = -1; + ls->addr_ntop = 1; ls->handler = ngx_imap_init_connection; ls->pool_size = 16384; /* ls->post_accept_timeout = 0; */ |