]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: poll: remove a useless double-check on fdtab[fd].owner
authorWilly Tarreau <w@1wt.eu>
Thu, 13 Dec 2012 22:41:12 +0000 (23:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Dec 2012 22:41:12 +0000 (23:41 +0100)
commitdb9cb0b9b79647fd880e90e940d7c60e9bb790e2
treec25b4a09dddf966fd584c99923a827323f26a945
parent4a29144591e5ae192a238da7698f760a770824dd
CLEANUP: poll: remove a useless double-check on fdtab[fd].owner

This check is already performed a few lines above in the same loop,
remove it from the condition.
src/ev_epoll.c
src/ev_poll.c
src/ev_select.c