652. [bug] zone_saveunique() did not report the new name.

This commit is contained in:
Mark Andrews 2001-01-04 04:10:59 +00:00
parent bb06860389
commit f7e900edbc
2 changed files with 4 additions and 2 deletions

View file

@ -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>.

View file

@ -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);