Nothing ever breaks out of the loop, so this statement couldn't be reached.
Signed-off-by: Ben Pfaff <[email protected]> --- lib/worker.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/lib/worker.c b/lib/worker.c index eceac3d..b6d268d 100644 --- a/lib/worker.c +++ b/lib/worker.c @@ -447,8 +447,6 @@ rxbuf_run(struct rxbuf *rx, int sock, size_t header_len) } } } - - return EAGAIN; } static struct iovec * -- 1.7.2.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
