| commit | 0ca52adff69a5f4c59172127aaf94c7162da7823 | [log] [tgz] |
|---|---|---|
| author | Maxim Dounin <mdounin@mdounin.ru> | Fri Oct 18 18:13:35 2013 +0400 |
| committer | Maxim Dounin <mdounin@mdounin.ru> | Fri Oct 18 18:13:35 2013 +0400 |
| tree | f661e74c632cd6c9bb620c430fedd6956b18d0ea | |
| parent | 79be6a5462498af8655aaed141f13a1d2a34abc8 [diff] [blame] |
Style.
diff --git a/src/http/ngx_http_script.c b/src/http/ngx_http_script.c index 5fc4cfc..02e2be3 100644 --- a/src/http/ngx_http_script.c +++ b/src/http/ngx_http_script.c
@@ -1394,7 +1394,7 @@ e->sp--; - if (e->sp->len && (e->sp->len !=1 || e->sp->data[0] != '0')) { + if (e->sp->len && (e->sp->len != 1 || e->sp->data[0] != '0')) { if (code->loc_conf) { e->request->loc_conf = code->loc_conf; ngx_http_update_location_config(e->request);