mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 01:49:02 -04:00
style
This commit is contained in:
parent
7408b050c0
commit
5aa96829fd
1 changed files with 8 additions and 1 deletions
9
CHANGES
9
CHANGES
|
|
@ -1,3 +1,10 @@
|
|||
305. [bug] When reloading the server with a config file
|
||||
containing a syntax error, it could catch an
|
||||
assertion failure trying to perform zone
|
||||
maintenance on tentatively created zones whose
|
||||
views were never fully configured and lacked
|
||||
an address database.
|
||||
|
||||
304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
|
||||
are listed in resolv.conf, silently ignore them
|
||||
instead of returning failure.
|
||||
|
|
@ -8,7 +15,7 @@
|
|||
302. [bug] MXNAME should be large enough to hold any legal domain
|
||||
name in presentation format + terminating NULL.
|
||||
|
||||
301. [bug] uninitalised pointer host:printmessage(). (RT #159)
|
||||
301. [bug] Uninitalised pointer in host:printmessage(). (RT #159)
|
||||
|
||||
300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
|
||||
on platforms lacking IPv6 because each included their
|
||||
|
|
|
|||
Loading…
Reference in a new issue