Fix to catch connect failures in Win32, affecting rndc hangs. [RT #1870]

This commit is contained in:
Danny Mayer 2001-11-07 04:39:28 +00:00
parent 773e64ec15
commit a89d1aea0c

View file

@ -1,3 +1,8 @@
1108. [bug] On Win32 rndc was hanging when named was not running.
Fix to look for exceptions in the socket.c select
code to catch and report the errors. Miscellaneous
error handling cleanup in socket.c. [RT #1870]
1107. [bug] nsupdate could catch an assertion failure if an
invalid domain name was given as the argument to
the "zone" command.