From: Igor Sysoev Date: Tue, 18 May 2010 16:24:56 +0000 (+0000) Subject: allow to use $uid_got in SSI and perl module X-Git-Tag: release-0.8.38~6 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=ec94491f0cf8dd09dfa6b4b546ee72c4d7affc05;p=nginx.git allow to use $uid_got in SSI and perl module --- diff --git a/src/http/modules/ngx_http_userid_filter_module.c b/src/http/modules/ngx_http_userid_filter_module.c index 03efd3a8a..17f0193f1 100644 --- a/src/http/modules/ngx_http_userid_filter_module.c +++ b/src/http/modules/ngx_http_userid_filter_module.c @@ -543,7 +543,7 @@ ngx_http_userid_add_variables(ngx_conf_t *cf) { ngx_http_variable_t *var; - var = ngx_http_add_variable(cf, &ngx_http_userid_got, NGX_HTTP_VAR_NOHASH); + var = ngx_http_add_variable(cf, &ngx_http_userid_got, 0); if (var == NULL) { return NGX_ERROR; }