commit | 8eebe5ea40177e7343eab7cf4178b8b845d74758 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Oct 28 22:07:08 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 04 22:42:48 2007 +0100 |
tree | 4c6125ed40ce05c0e41805def29da525fe379c87 | |
parent | dabf2e2647de2825b0115b68575a55f978d257c4 [diff] |
[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.