comparison 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
comparison
equal deleted inserted replaced
1712:b3204af60e0f 1713:389aeafc3b84
2427 2427
2428 sc.cf = cf; 2428 sc.cf = cf;
2429 sc.source = &value[1]; 2429 sc.source = &value[1];
2430 sc.lengths = &plcf->upstream.store_lengths; 2430 sc.lengths = &plcf->upstream.store_lengths;
2431 sc.values = &plcf->upstream.store_values; 2431 sc.values = &plcf->upstream.store_values;
2432 sc.variables = ngx_http_script_variables_count(&value[1]);; 2432 sc.variables = ngx_http_script_variables_count(&value[1]);
2433 sc.complete_lengths = 1; 2433 sc.complete_lengths = 1;
2434 sc.complete_values = 1; 2434 sc.complete_values = 1;
2435 2435
2436 if (ngx_http_script_compile(&sc) != NGX_OK) { 2436 if (ngx_http_script_compile(&sc) != NGX_OK) {
2437 return NGX_CONF_ERROR; 2437 return NGX_CONF_ERROR;