diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-08-18 23:04:39 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-08-18 23:04:39 +0000 |
| commit | 83e35f6f22e06a32d283b28c66800cd8229cefc7 (patch) | |
| tree | 1daac68140395c7a43137ffcbf13e67e87c20f95 | |
| parent | b69f2843835237da726bbdbe0f5f909681140d2a (diff) | |
| download | nginx-83e35f6f22e06a32d283b28c66800cd8229cefc7.tar.gz nginx-83e35f6f22e06a32d283b28c66800cd8229cefc7.tar.bz2 | |
Whitespace fix.
| -rw-r--r-- | src/mail/ngx_mail_core_module.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mail/ngx_mail_core_module.c b/src/mail/ngx_mail_core_module.c index 86d0b3bee..be8673c29 100644 --- a/src/mail/ngx_mail_core_module.c +++ b/src/mail/ngx_mail_core_module.c @@ -391,13 +391,13 @@ ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) if (ngx_modules[m]->type != NGX_MAIL_MODULE) { continue; } - + module = ngx_modules[m]->ctx; - + if (module->protocol == NULL) { continue; } - + for (i = 0; module->protocol->port[i]; i++) { if (module->protocol->port[i] == u.port) { cscf->protocol = module->protocol; |
