diff options
author | Ruslan Ermilov <ru@nginx.com> | 2012-08-15 11:17:55 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2012-08-15 11:17:55 +0000 |
commit | 89ad2e91e5bc3f0e8699bdf72b21bfbb5942943e (patch) | |
tree | 4bc996382f901f21d706f83f0dc5ced9f124eae0 /src/mail/ngx_mail_auth_http_module.c | |
parent | 86dd5bde4590e60289cf2ae94afe2f9ab5d65f3c (diff) | |
download | nginx-89ad2e91e5bc3f0e8699bdf72b21bfbb5942943e.tar.gz nginx-89ad2e91e5bc3f0e8699bdf72b21bfbb5942943e.zip |
Corrected the directive name in the ngx_mail_auth_http_module error message.
Diffstat (limited to 'src/mail/ngx_mail_auth_http_module.c')
-rw-r--r-- | src/mail/ngx_mail_auth_http_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail/ngx_mail_auth_http_module.c b/src/mail/ngx_mail_auth_http_module.c index c23c4bad7..d2bd4ad61 100644 --- 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 *cf, void *parent, void *child) 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; |