vendor/nginx/src/mail/ngx_mail.c in nginxtra-1.6.3.9 vs vendor/nginx/src/mail/ngx_mail.c in nginxtra-1.8.0.9
- old
+ new
@@ -96,11 +96,11 @@
return NGX_CONF_ERROR;
}
*(ngx_mail_conf_ctx_t **) conf = ctx;
- /* count the number of the http modules and set up their indices */
+ /* count the number of the mail modules and set up their indices */
ngx_mail_max_module = 0;
for (m = 0; ngx_modules[m]; m++) {
if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
continue;
@@ -129,11 +129,10 @@
return NGX_CONF_ERROR;
}
/*
- * 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++) {
if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
continue;