tevent: Ensure we return after every call to epoll_panic().
commit129da06d2d9c9d1cedc5e4de492744b29adc1684
authorJeremy Allison <jra@samba.org>
Mon, 11 Feb 2013 18:38:01 +0000 (11 10:38 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 14 Feb 2013 18:19:38 +0000 (14 10:19 -0800)
tree0cf56cccbd20629ed7e6b5f9f42dfce0598b2269
parentc36f8c14008e55b2be2e93c0987eb6971d45855f
tevent: Ensure we return after every call to epoll_panic().

Currently we can't return from this, but the new fallback
code will change this.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/tevent/tevent_epoll.c