comparison src/mail/ngx_mail.c @ 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 8e7db77e5d88
children eb4ba3800c31
comparison
equal deleted inserted replaced
5807:6d468b45f40e 5808:a305a4477af0
129 return NGX_CONF_ERROR; 129 return NGX_CONF_ERROR;
130 } 130 }
131 131
132 132
133 /* 133 /*
134 * create the main_conf's, the null srv_conf's, and the null loc_conf's 134 * create the main_conf's and the null srv_conf's of the all mail modules
135 * of the all mail modules
136 */ 135 */
137 136
138 for (m = 0; ngx_modules[m]; m++) { 137 for (m = 0; ngx_modules[m]; m++) {
139 if (ngx_modules[m]->type != NGX_MAIL_MODULE) { 138 if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
140 continue; 139 continue;