mirror of
https://github.com/nginx/nginx.git
synced 2025-06-13 06:12:44 +08:00
Mail: fixed a comment.
This commit is contained in:
parent
3352461916
commit
0b30dec0d3
@ -98,7 +98,7 @@ ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||||||
|
|
||||||
*(ngx_mail_conf_ctx_t **) conf = ctx;
|
*(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;
|
ngx_mail_max_module = 0;
|
||||||
for (m = 0; ngx_modules[m]; m++) {
|
for (m = 0; ngx_modules[m]; m++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user