From: Dennis Schafroth Date: Fri, 23 Dec 2011 09:43:04 +0000 (+0100) Subject: Fix warning X-Git-Tag: v1.6.7~10 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=a9f6149504fc21f892e8a578b7eb1fefce406ddf;p=pazpar2-moved-to-github.git Fix warning --- 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; } }