mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Win32: fixed build after cf3e75cfa951.
This commit is contained in:
parent
3d9ce2d601
commit
8f53f6f626
@ -231,6 +231,10 @@ ngx_http_v2_header_filter(ngx_http_request_t *r)
|
|||||||
|
|
||||||
server_tokens = clcf->server_tokens;
|
server_tokens = clcf->server_tokens;
|
||||||
|
|
||||||
|
#if (NGX_SUPPRESS_WARN)
|
||||||
|
ngx_str_null(&tokens);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (r->headers_out.server == NULL) {
|
if (r->headers_out.server == NULL) {
|
||||||
|
|
||||||
if (server_tokens == 0) {
|
if (server_tokens == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user