diff src/http/modules/ngx_http_proxy_module.c @ 1713:389aeafc3b84 stable-0.5

r1564 merge: style fix: remove double semicolons
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 16:54:53 +0000
parents 44bd4db45b30
children 6b81bbc36eaf
line wrap: on
line diff
--- a/src/http/modules/ngx_http_proxy_module.c
+++ b/src/http/modules/ngx_http_proxy_module.c
@@ -2429,7 +2429,7 @@ ngx_http_proxy_store(ngx_conf_t *cf, ngx
     sc.source = &value[1];
     sc.lengths = &plcf->upstream.store_lengths;
     sc.values = &plcf->upstream.store_values;
-    sc.variables = ngx_http_script_variables_count(&value[1]);;
+    sc.variables = ngx_http_script_variables_count(&value[1]);
     sc.complete_lengths = 1;
     sc.complete_values = 1;