From 537df09cbd1aeacb798f6f62199e7afa85709028 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 23 Dec 2011 10:41:14 +0100 Subject: [PATCH] Merged --- src/connection.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connection.c b/src/connection.c index 823595c..f1ca36e 100644 --- a/src/connection.c +++ b/src/connection.c @@ -261,6 +261,7 @@ static void non_block_events(struct connection *co) default: yaz_log(YLOG_LOG, "Unhandled event (%d) from %s", ev, client_get_id(cl)); + break; } } if (got_records) -- 1.7.10.4