We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdcd85 commit cd3c6bdCopy full SHA for cd3c6bd
src/ngx_http_lua_initworkerby.c
@@ -46,7 +46,7 @@ ngx_http_lua_init_worker(ngx_cycle_t *cycle)
46
return NGX_OK;
47
}
48
49
- conf_ctx = ((ngx_http_conf_ctx_t *) cycle->conf_ctx[ngx_http_module.index]);
+ conf_ctx = (ngx_http_conf_ctx_t *) cycle->conf_ctx[ngx_http_module.index];
50
http_ctx.main_conf = conf_ctx->main_conf;
51
52
top_clcf = conf_ctx->loc_conf[ngx_http_core_module.ctx_index];
0 commit comments