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 8575dc3516
commit c7efcf6ba6

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,