changeset 38:7e67b2e897df

Keepalive: unbreak build under win32.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 04 Sep 2011 01:42:43 +0400
parents 4574b97220fb
children 0b00e2d1a797
files ngx_http_upstream_keepalive_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }