Mail: fixed number of arguments allowed in the listen directive.

This commit is contained in:
Valentin Bartenev 2014-08-20 13:13:27 +04:00
parent a6bc36ffd6
commit 54130d70e6
1 changed files with 1 additions and 1 deletions

View File

@ -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,