]> git.kaiwu.me - nginx.git/commitdiff
Mail: fixed a comment.
authorValentin Bartenev <vbart@nginx.com>
Wed, 20 Aug 2014 09:13:27 +0000 (13:13 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 20 Aug 2014 09:13:27 +0000 (13:13 +0400)
There's no loc_conf in the mail module.

src/mail/ngx_mail.c

index 350d2cdf90b6ffcbf37d2ab2981591931aab5507..5a7cb6bf67ef7d5ad5a569395b256260618dcfdb 100644 (file)
@@ -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++) {