comparison src/http/ngx_http_busy_lock.c @ 195:8dee38ea9117

nginx-0.0.1-2003-11-25-23:44:56 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 25 Nov 2003 20:44:56 +0000
parents dd66383796a5
children 70e1c7d2b83d
comparison
equal deleted inserted replaced
194:2357fa41738a 195:8dee38ea9117
203 } 203 }
204 *blp = bl; 204 *blp = bl;
205 205
206 dup = 0; 206 dup = 0;
207 invalid = 0; 207 invalid = 0;
208 value = (ngx_str_t *) cf->args->elts; 208 value = cf->args->elts;
209 209
210 for (i = 1; i < cf->args->nelts; i++) { 210 for (i = 1; i < cf->args->nelts; i++) {
211 211
212 if (value[i].data[1] != '=') { 212 if (value[i].data[1] != '=') {
213 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 213 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,