]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] unbind_listener() must use fd_delete() and not close()
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 21:07:08 +0000 (22:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Nov 2007 21:42:48 +0000 (22:42 +0100)
commit8eebe5ea40177e7343eab7cf4178b8b845d74758
tree4c6125ed40ce05c0e41805def29da525fe379c87
parentdabf2e2647de2825b0115b68575a55f978d257c4
[MEDIUM] unbind_listener() must use fd_delete() and not close()

It is important that unbind_listener() calls fd_delete() to remove
a file descriptor, because only this one can update the fdtab and
the maxfd entries.
src/proto_uxst.c