comparison src/http/modules/ngx_http_flv_module.c @ 2087:c8039b26a949

always test root existence for access_log with variables
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 09:26:13 +0000
parents 22d36702c654
children d090fa684433
comparison
equal deleted inserted replaced
2086:22d36702c654 2087:c8039b26a949
157 } 157 }
158 158
159 return NGX_DECLINED; 159 return NGX_DECLINED;
160 } 160 }
161 161
162 r->root_tested = 1;
163
162 start = 0; 164 start = 0;
163 len = of.size; 165 len = of.size;
164 i = 1; 166 i = 1;
165 167
166 if (r->args.len) { 168 if (r->args.len) {