changeset 4812:785ae4de268b

Corrected the directive name in the ngx_mail_auth_http_module error message.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 15 Aug 2012 11:17:55 +0000
parents 21d1e3bcb356
children 5c47ecaef07a
files src/mail/ngx_mail_auth_http_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mail/ngx_mail_auth_http_module.c
+++ b/src/mail/ngx_mail_auth_http_module.c
@@ -1332,7 +1332,7 @@ ngx_mail_auth_http_merge_conf(ngx_conf_t
 
         if (conf->peer == NULL) {
             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
-                          "no \"http_auth\" is defined for server in %s:%ui",
+                          "no \"auth_http\" is defined for server in %s:%ui",
                           conf->file, conf->line);
 
             return NGX_CONF_ERROR;