tevent: call epoll_panic() if EPOLL_CTL_DEL failed
authorStefan Metzmacher <metze@samba.org>
Fri, 15 Feb 2013 09:31:36 +0000 (10:31 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 1 Mar 2013 17:51:54 +0000 (18:51 +0100)
commit4a2fa71a6bf0a1dcf6d9efd488cf7776d1a17604
tree193f1fd59f5cf9d5578ba134e28d2cf6f6d69f7d
parent2b6747a1644cb3f3fd61235cc55ad2148ab6aef8
tevent: call epoll_panic() if EPOLL_CTL_DEL failed

Only ENOENT is ignored as it is no error.

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