mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 01:28:05 -04:00
Fix to catch connect failures in Win32, affecting rndc hangs. [RT #1870]
This commit is contained in:
parent
773e64ec15
commit
a89d1aea0c
1 changed files with 5 additions and 0 deletions
5
CHANGES
5
CHANGES
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue