eloop: don't warn when removing bad fds from epoll-set
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 27 Sep 2012 17:15:28 +0000 (19:15 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 27 Sep 2012 17:15:28 +0000 (19:15 +0200)
commita284ce33d42e3734994c51c1ee2285201ebdf542
tree7092fbba3043a3459e8841f1efcc708eb911c490
parent1a34c007966c42cb0be431af5bf77b15cd2a25a9
eloop: don't warn when removing bad fds from epoll-set

People might want to close file-descriptors before destroying the ev_fd
object if they actually have no direct control of it. For instance if used
through a library.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/eloop.c