From: Steven Barth Date: Tue, 17 Nov 2015 07:44:07 +0000 (+0100) Subject: fall through in error case to clear congestion X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=commitdiff_plain;h=01d3f9d64486ac1daa144848944e877e7f0cb762 fall through in error case to clear congestion --- 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) {