diff options
Diffstat (limited to 'src/odhcpd.c')
-rw-r--r-- | src/odhcpd.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |