From a9f6149504fc21f892e8a578b7eb1fefce406ddf Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 23 Dec 2011 10:43:04 +0100 Subject: [PATCH] Fix warning --- src/http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/http.c b/src/http.c index ef88f17..456d69b 100644 --- a/src/http.c +++ b/src/http.c @@ -1097,6 +1097,7 @@ static void proxy_io(IOCHAN pi, int event) default: yaz_log(YLOG_WARN, "Unexpected event on connection"); http_channel_destroy(hc->iochan); + break; } } -- 1.7.10.4