2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

On a successful connect need to clear the except_fds bit for the socket. except_fds is only set for a connect call, so it is always safe to clear

This commit is contained in:
Danny Mayer
2001-11-08 03:35:37 +00:00
parent afce5ee1c8
commit 993572b249

View File

@@ -1,3 +1,6 @@
1112. [bug] On Win32 the exception fds bit for the socket
was not being cleared on a successful connect.
1111. [bug] Multithreaded servers could deadlock processing
recursive queries due to a locking hieararchy
violation in adb.c. [RT #2017]