fall through in error case to clear congestion
authorSteven Barth <steven@midlink.org>
Tue, 17 Nov 2015 07:44:07 +0000 (08:44 +0100)
committerSteven Barth <steven@midlink.org>
Tue, 17 Nov 2015 07:44:07 +0000 (08:44 +0100)
src/odhcpd.c

index 0c9542c..74830ac 100644 (file)
@@ -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) {