diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-09-09 15:40:48 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-09 15:40:48 +0000 |
commit | 2e6ba93fa79cadf9ed2256992d7c8c4d512f2b1f (patch) | |
tree | 50dd328ad6dbd0d9a22a561f2f335ebfe098f1d0 /src/imap/ngx_imap.c | |
parent | 0d9da9b6c3c4842eade3034e6e1f3ea140d08d6d (diff) | |
download | nginx-2e6ba93fa79cadf9ed2256992d7c8c4d512f2b1f.tar.gz nginx-2e6ba93fa79cadf9ed2256992d7c8c4d512f2b1f.zip |
nginx-0.0.10-2004-09-09-19:40:48 import
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; */ |