comparison src/mail/ngx_mail.c @ 5978:eb4ba3800c31

Mail: fixed a comment.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 23 Jan 2015 15:23:27 +0300
parents a305a4477af0
children fc99323a3d79
comparison
equal deleted inserted replaced
5977:26c127bab5ef 5978:eb4ba3800c31
96 return NGX_CONF_ERROR; 96 return NGX_CONF_ERROR;
97 } 97 }
98 98
99 *(ngx_mail_conf_ctx_t **) conf = ctx; 99 *(ngx_mail_conf_ctx_t **) conf = ctx;
100 100
101 /* count the number of the http modules and set up their indices */ 101 /* count the number of the mail modules and set up their indices */
102 102
103 ngx_mail_max_module = 0; 103 ngx_mail_max_module = 0;
104 for (m = 0; ngx_modules[m]; m++) { 104 for (m = 0; ngx_modules[m]; m++) {
105 if (ngx_modules[m]->type != NGX_MAIL_MODULE) { 105 if (ngx_modules[m]->type != NGX_MAIL_MODULE) {
106 continue; 106 continue;