From: Valentin Bartenev Date: Wed, 20 Aug 2014 09:13:27 +0000 (+0400) Subject: Mail: fixed number of arguments allowed in the listen directive. X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=c7efcf6ba6836045becd754e4b176ffbd5d3190b;p=nginx.git Mail: fixed number of arguments allowed in the listen directive. --- diff --git a/src/mail/ngx_mail_core_module.c b/src/mail/ngx_mail_core_module.c index 4ee7c8dc3..a5388c847 100644 --- a/src/mail/ngx_mail_core_module.c +++ b/src/mail/ngx_mail_core_module.c @@ -41,7 +41,7 @@ static ngx_command_t ngx_mail_core_commands[] = { NULL }, { ngx_string("listen"), - NGX_MAIL_SRV_CONF|NGX_CONF_TAKE12, + NGX_MAIL_SRV_CONF|NGX_CONF_1MORE, ngx_mail_core_listen, NGX_MAIL_SRV_CONF_OFFSET, 0,