# HG changeset patch # User Igor Sysoev # Date 1187103471 0 # Node ID 3e045031ee3b8bd773e0aec5d8ee71f365435567 # Parent ab553c23bd3a3832b7aab910912f50191a5c078d stop configuration on error diff --git a/src/mail/ngx_mail_auth_http_module.c b/src/mail/ngx_mail_auth_http_module.c --- a/src/mail/ngx_mail_auth_http_module.c +++ b/src/mail/ngx_mail_auth_http_module.c @@ -1388,6 +1388,8 @@ ngx_mail_auth_http(ngx_conf_t *cf, ngx_c ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "%s in auth_http \"%V\"", u.err, &u.url); } + + return NGX_CONF_ERROR; } ahcf->peer = u.addrs;