projects
/
oweals
/
odhcpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e60710d
)
fall through in error case to clear congestion
author
Steven Barth
<steven@midlink.org>
Tue, 17 Nov 2015 07:44:07 +0000
(08:44 +0100)
committer
Steven Barth
<steven@midlink.org>
Tue, 17 Nov 2015 07:44:07 +0000
(08:44 +0100)
src/odhcpd.c
patch
|
blob
|
history
diff --git
a/src/odhcpd.c
b/src/odhcpd.c
index 0c9542c98c279a4d292d84083c58f20827d0044e..74830ac8d9d9fb69bf2bd4e86b4baf2cab21f49f 100644
(file)
--- 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) {