# HG changeset patch # User Valentin Bartenev # Date 1408526007 -14400 # Node ID a305a4477af0717869d9dd64f40fe23835711392 # Parent 6d468b45f40e504714fb357bea3402d0506c9f20 Mail: fixed a comment. There's no loc_conf in the mail module. diff --git a/src/mail/ngx_mail.c b/src/mail/ngx_mail.c --- a/src/mail/ngx_mail.c +++ b/src/mail/ngx_mail.c @@ -131,8 +131,7 @@ ngx_mail_block(ngx_conf_t *cf, ngx_comma /* - * 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++) {