changeset 5808:a305a4477af0

Mail: fixed a comment. There's no loc_conf in the mail module.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 20 Aug 2014 13:13:27 +0400
parents 6d468b45f40e
children bb26f7ceaaf1
files src/mail/ngx_mail.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mail/ngx_mail.c
+++ b/src/mail/ngx_mail.c
@@ -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++) {