diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-03-16 07:10:12 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-16 07:10:12 +0000 |
| commit | 10a543a810ac78eb5d754302b001debf9cd420c4 (patch) | |
| tree | a4a4f43835bed4549007b82db516d460fc86c555 /src/http/ngx_http_busy_lock.c | |
| parent | 5596ede94ed311bb9d16ee11f6f68c97eb46d836 (diff) | |
| download | nginx-10a543a810ac78eb5d754302b001debf9cd420c4.tar.gz nginx-10a543a810ac78eb5d754302b001debf9cd420c4.tar.bz2 | |
nginx-0.0.2-2004-03-16-10:10:12 import
Diffstat (limited to 'src/http/ngx_http_busy_lock.c')
| -rw-r--r-- | src/http/ngx_http_busy_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_busy_lock.c b/src/http/ngx_http_busy_lock.c index dac6f59e9..4bef15a60 100644 --- a/src/http/ngx_http_busy_lock.c +++ b/src/http/ngx_http_busy_lock.c @@ -190,7 +190,7 @@ char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd, { char *p = conf; - int i, dup, invalid; + ngx_uint_t i, dup, invalid; ngx_str_t *value, line; ngx_http_busy_lock_t *bl, **blp; |
