# HG changeset patch # User Maxim Dounin # Date 1315086163 -14400 # Node ID 7e67b2e897df6e9825743a0d40a16f3d407cbe11 # Parent 4574b97220fb1145673ac69c10df1581ad0f48f7 Keepalive: unbreak build under win32. diff --git a/ngx_http_upstream_keepalive_module.c b/ngx_http_upstream_keepalive_module.c --- a/ngx_http_upstream_keepalive_module.c +++ b/ngx_http_upstream_keepalive_module.c @@ -430,7 +430,7 @@ ngx_http_upstream_free_keepalive_peer(ng invalid: - return kp->original_free_peer(pc, kp->data, state); + kp->original_free_peer(pc, kp->data, state); }