From b992f7259ba4763178f9d394b320bcc5de88818b Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 1 Aug 2017 14:28:33 +0300 Subject: Variables: macros for null variables. No functional changes. --- src/http/v2/ngx_http_v2_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/v2/ngx_http_v2_module.c') diff --git a/src/http/v2/ngx_http_v2_module.c b/src/http/v2/ngx_http_v2_module.c index 032abcb64..7f7dab29e 100644 --- a/src/http/v2/ngx_http_v2_module.c +++ b/src/http/v2/ngx_http_v2_module.c @@ -225,7 +225,7 @@ static ngx_http_variable_t ngx_http_v2_vars[] = { { ngx_string("http2"), NULL, ngx_http_v2_variable, 0, 0, 0 }, - { ngx_null_string, NULL, NULL, 0, 0, 0 } + ngx_http_null_variable }; -- cgit