# HG changeset patch # User Igor Sysoev # Date 1206379037 0 # Node ID fe30478341f00fcedd01c976bddd0890bce22eb2 # Parent cb8c0c8e0c2711871fabd71219a59c328b81661d update previous commit diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -2362,7 +2362,7 @@ ngx_http_core_cmp_locations(const void * return 1; } - return (int) rc; + return rc; }