[nginx] Mail: fixed a comment.
Valentin Bartenev
vbart at nginx.com
Wed Aug 20 09:15:28 UTC 2014
details: http://hg.nginx.org/nginx/rev/a305a4477af0
branches:
changeset: 5808:a305a4477af0
user: Valentin Bartenev <vbart at nginx.com>
date: Wed Aug 20 13:13:27 2014 +0400
description:
Mail: fixed a comment.
There's no loc_conf in the mail module.
diffstat:
src/mail/ngx_mail.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 6d468b45f40e -r a305a4477af0 src/mail/ngx_mail.c
--- a/src/mail/ngx_mail.c Tue Aug 19 14:13:39 2014 +0400
+++ b/src/mail/ngx_mail.c Wed Aug 20 13:13:27 2014 +0400
@@ -131,8 +131,7 @@ ngx_mail_block(ngx_conf_t *cf, ngx_comma
/*
- * 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++) {
More information about the nginx-devel
mailing list