mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00:00
Whitespace fix.
This commit is contained in:
parent
b69f284383
commit
83e35f6f22
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue