repair the `Hunk 1 FAILED 1951/1951` of gcc-maybe-uninitialized-warning

mention here: there was a fixing refer to nginx/nginx@8d97a2e4, this patch should be EOL
pull/560/head
James ZHANG 5 years ago
parent 3c3d7269f7
commit 13e92c4c38

@ -7,5 +7,5 @@
- ngx_http_core_srv_conf_t *cscf;
+ ngx_http_core_srv_conf_t *cscf = NULL;
hc = r->http_connection;
#if (NGX_SUPPRESS_WARN)
cscf = NULL;

Loading…
Cancel
Save