changeset 713:86600665553c

long user-agent bugfix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 Sep 2006 08:56:52 +0000
parents 2452d89efea9
children 698033350558
files src/http/modules/ngx_http_browser_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_reque
         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,