mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
652. [bug] zone_saveunique() did not report the new name.
This commit is contained in:
parent
bb06860389
commit
f7e900edbc
2 changed files with 4 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
652. [bug] zone_saveunique() did not report the new name.
|
||||
|
||||
651. [func] The AD bit in responses now has the meaning
|
||||
specified in <draft-ietf-dnsext-ad-is-secure>.
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.286 2001/01/02 04:45:24 marka Exp $ */
|
||||
/* $Id: zone.c,v 1.287 2001/01/04 04:10:59 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -5731,7 +5731,7 @@ zone_saveunique(dns_zone_t *zone, const char *path, const char *templat) {
|
|||
goto cleanup;
|
||||
|
||||
zone_log(zone, me, ISC_LOG_INFO, "saved \"%s\" as \"%s\"",
|
||||
path, templat);
|
||||
path, buf);
|
||||
|
||||
cleanup:
|
||||
isc_mem_put(zone->mctx, buf, buflen);
|
||||
|
|
|
|||
Loading…
Reference in a new issue