aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_variables.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2017-08-01 14:28:33 +0300
committerRuslan Ermilov <ru@nginx.com>2017-08-01 14:28:33 +0300
commitb992f7259ba4763178f9d394b320bcc5de88818b (patch)
tree141e63c424d98f3e1e29702dbf1302c09b8cc90a /src/http/ngx_http_variables.c
parent83be971bc78c17fdaf254ea54d5166d4829f8b3e (diff)
downloadnginx-b992f7259ba4763178f9d394b320bcc5de88818b.tar.gz
nginx-b992f7259ba4763178f9d394b320bcc5de88818b.zip
Variables: macros for null variables.
No functional changes.
Diffstat (limited to 'src/http/ngx_http_variables.c')
-rw-r--r--src/http/ngx_http_variables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_variables.c b/src/http/ngx_http_variables.c
index fbc9ffafd..afeb4ce65 100644
--- a/src/http/ngx_http_variables.c
+++ b/src/http/ngx_http_variables.c
@@ -376,7 +376,7 @@ static ngx_http_variable_t ngx_http_core_variables[] = {
{ ngx_string("arg_"), NULL, ngx_http_variable_argument,
0, NGX_HTTP_VAR_NOCACHEABLE|NGX_HTTP_VAR_PREFIX, 0 },
- { ngx_null_string, NULL, NULL, 0, 0, 0 }
+ ngx_http_null_variable
};