mirror of
https://github.com/nginx/nginx.git
synced 2026-09-05 12:58:29 +00:00
Style.
This commit is contained in:
parent
99b2c89404
commit
e041efc306
1 changed files with 2 additions and 1 deletions
|
|
@ -927,8 +927,9 @@ ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||
|
||||
*cf = pcf;
|
||||
|
||||
if (rv != NGX_CONF_OK)
|
||||
if (rv != NGX_CONF_OK) {
|
||||
return rv;
|
||||
}
|
||||
|
||||
for (i = 0; ngx_modules[i]; i++) {
|
||||
if (ngx_modules[i]->type != NGX_EVENT_MODULE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue