aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail.c
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2014-08-20 13:13:27 +0400
committerValentin Bartenev <vbart@nginx.com>2014-08-20 13:13:27 +0400
commit8575dc35160512c9969cd75187e0ffc97a442d4b (patch)
tree44f650e43ff1da3262ff9618ebbc987d172bbae1 /src/mail/ngx_mail.c
parenta8227724c0635e41fe758291494426112798d522 (diff)
downloadnginx-8575dc35160512c9969cd75187e0ffc97a442d4b.tar.gz
nginx-8575dc35160512c9969cd75187e0ffc97a442d4b.zip
Mail: fixed a comment.
There's no loc_conf in the mail module.
Diffstat (limited to 'src/mail/ngx_mail.c')
-rw-r--r--src/mail/ngx_mail.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mail/ngx_mail.c b/src/mail/ngx_mail.c
index 350d2cdf9..5a7cb6bf6 100644
--- a/src/mail/ngx_mail.c
+++ b/src/mail/ngx_mail.c
@@ -131,8 +131,7 @@ ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
/*
- * create the main_conf's, the null srv_conf's, and the null loc_conf's
- * of the all mail modules
+ * create the main_conf's and the null srv_conf's of the all mail modules
*/
for (m = 0; ngx_modules[m]; m++) {