diff src/http/ngx_http_variables.h @ 2093:f68b8686f6ba stable-0.6

r2009 merge: escape 0x00-0x1f, ", and \ in access log variables
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 10:24:25 +0000
parents 4c43e25d11ea
children f62751dab60d
line wrap: on
line diff
--- a/src/http/ngx_http_variables.h	Mon Jul 07 10:22:30 2008 +0000
+++ b/src/http/ngx_http_variables.h	Mon Jul 07 10:24:25 2008 +0000
@@ -16,7 +16,7 @@
 
 typedef ngx_variable_value_t  ngx_http_variable_value_t;
 
-#define ngx_http_variable(v)     { sizeof(v) - 1, 1, 0, 0, (u_char *) v }
+#define ngx_http_variable(v)     { sizeof(v) - 1, 1, 0, 0, 0, (u_char *) v }
 
 typedef struct ngx_http_variable_s  ngx_http_variable_t;