comparison src/mail/ngx_mail_auth_http_module.c @ 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 d620f497c50f
children eaf95350d75c
comparison
equal deleted inserted replaced
4811:21d1e3bcb356 4812:785ae4de268b
1330 conf->host_header = prev->host_header; 1330 conf->host_header = prev->host_header;
1331 conf->uri = prev->uri; 1331 conf->uri = prev->uri;
1332 1332
1333 if (conf->peer == NULL) { 1333 if (conf->peer == NULL) {
1334 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, 1334 ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
1335 "no \"http_auth\" is defined for server in %s:%ui", 1335 "no \"auth_http\" is defined for server in %s:%ui",
1336 conf->file, conf->line); 1336 conf->file, conf->line);
1337 1337
1338 return NGX_CONF_ERROR; 1338 return NGX_CONF_ERROR;
1339 } 1339 }
1340 } 1340 }