commit | c7efcf6ba6836045becd754e4b176ffbd5d3190b | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Wed Aug 20 13:13:27 2014 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Wed Aug 20 13:13:27 2014 +0400 |
tree | 560db5051492de44494917c9487d5210499c64a6 | |
parent | 8575dc35160512c9969cd75187e0ffc97a442d4b [diff] |
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 4ee7c8d..a5388c8 100644 --- a/src/mail/ngx_mail_core_module.c +++ b/src/mail/ngx_mail_core_module.c
@@ -41,7 +41,7 @@ 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,