mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Win32: fixed build after cf3e75cfa951.
This commit is contained in:
parent
3d9ce2d601
commit
8f53f6f626
1 changed files with 4 additions and 0 deletions
|
|
@ -231,6 +231,10 @@ ngx_http_v2_header_filter(ngx_http_request_t *r)
|
|||
|
||||
server_tokens = clcf->server_tokens;
|
||||
|
||||
#if (NGX_SUPPRESS_WARN)
|
||||
ngx_str_null(&tokens);
|
||||
#endif
|
||||
|
||||
if (r->headers_out.server == NULL) {
|
||||
|
||||
if (server_tokens == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue