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 0c9542c98c279a4d292d84083c58f20827d0044e..74830ac8d9d9fb69bf2bd4e86b4baf2cab21f49f 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) {