# HG changeset patch # User Igor Sysoev # Date 1206379037 0 # Node ID fe30478341f00fcedd01c976bddd0890bce22eb2 # Parent cb8c0c8e0c2711871fabd71219a59c328b81661d update previous commit diff -r cb8c0c8e0c27 -r fe30478341f0 src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c Mon Mar 24 13:04:02 2008 +0000 +++ b/src/http/ngx_http_core_module.c Mon Mar 24 17:17:17 2008 +0000 @@ -2362,7 +2362,7 @@ return 1; } - return (int) rc; + return rc; }