From 01d3f9d64486ac1daa144848944e877e7f0cb762 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 17 Nov 2015 08:44:07 +0100 Subject: [PATCH] fall through in error case to clear congestion --- src/odhcpd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/odhcpd.c b/src/odhcpd.c index 0c9542c..74830ac 100644 --- a/src/odhcpd.c +++ b/src/odhcpd.c @@ -374,7 +374,6 @@ static void odhcpd_receive_packets(struct uloop_fd *u, _unused unsigned int even u->error = false; if (e->handle_error) e->handle_error(ret); - return; } while (true) { -- 2.11.0