aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-09-25 08:56:52 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-09-25 08:56:52 +0000
commitef3e5bd892faf622a7d28dc5098445be686ac77f (patch)
treeb642eb108dba00c7024acd52e1393a7d18d79e2c
parent7c20ed83239ac68435e55f664af485e5c069c327 (diff)
downloadnginx-ef3e5bd892faf622a7d28dc5098445be686ac77f.tar.gz
nginx-ef3e5bd892faf622a7d28dc5098445be686ac77f.zip
long user-agent bugfix
-rw-r--r--src/http/modules/ngx_http_browser_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_browser_module.c b/src/http/modules/ngx_http_browser_module.c
index 0c63780d0..c39616719 100644
--- a/src/http/modules/ngx_http_browser_module.c
+++ b/src/http/modules/ngx_http_browser_module.c
@@ -244,7 +244,7 @@ ngx_http_browser_variable(ngx_http_request_t *r, ngx_http_variable_value_t *v,
name += browsers[i].add;
if (name >= last) {
- *v = ngx_http_variable_null_value;
+ continue;
}
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,