diff src/http/ngx_http_busy_lock.c @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents a2d1ccc96111
children da8c5707af39
line wrap: on
line diff
--- 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_co
 {
     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;