]> git.kaiwu.me - nginx.git/commitdiff
update previous commit
authorIgor Sysoev <igor@sysoev.ru>
Mon, 24 Mar 2008 17:17:17 +0000 (17:17 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 24 Mar 2008 17:17:17 +0000 (17:17 +0000)
src/http/ngx_http_core_module.c

index ec307cb82b3fc67e7d4630ab2c1bfc0a62d3d3ac..5eed3b1e18048d82b4aef0ae4390b222322d0772 100644 (file)
@@ -2362,7 +2362,7 @@ ngx_http_core_cmp_locations(const void *one, const void *two)
         return 1;
     }
 
-    return (int) rc;
+    return rc;
 }