mirror of
https://github.com/nginx/nginx.git
synced 2024-11-28 08:09:00 +08:00
Whitespace fix.
This commit is contained in:
parent
b69f284383
commit
83e35f6f22
@ -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…
Reference in New Issue
Block a user