mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
1915. [bug] dig +ndots was broken. [RT #15215]
This commit is contained in:
parent
82f7f5f8dc
commit
cf0bcc2c80
2
CHANGES
2
CHANGES
@ -1,3 +1,5 @@
|
|||||||
|
1915. [bug] dig +ndots was broken. [RT #15215]
|
||||||
|
|
||||||
1914. [protocol] DS is required to accept mnemonic algorithms
|
1914. [protocol] DS is required to accept mnemonic algorithms
|
||||||
(RFC 4034). Still emit numeric algorithms for
|
(RFC 4034). Still emit numeric algorithms for
|
||||||
compatability with RFC 3658. [RT #15354]
|
compatability with RFC 3658. [RT #15354]
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dighost.c,v 1.284 2005/09/01 02:24:48 marka Exp $ */
|
/* $Id: dighost.c,v 1.285 2005/09/08 23:59:45 marka Exp $ */
|
||||||
|
|
||||||
/*! \file
|
/*! \file
|
||||||
* \note
|
* \note
|
||||||
@ -970,8 +970,10 @@ setup_system(void) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ndots = lwconf->ndots;
|
if (ndots == -1) {
|
||||||
debug("ndots is %d.", ndots);
|
ndots = lwconf->ndots;
|
||||||
|
debug("ndots is %d.", ndots);
|
||||||
|
}
|
||||||
|
|
||||||
/* If we don't find a nameserver fall back to localhost */
|
/* If we don't find a nameserver fall back to localhost */
|
||||||
if (lwconf->nsnext == 0) {
|
if (lwconf->nsnext == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user