2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 23:55:27 +00:00

update copyright notice

This commit is contained in:
Automatic Updater
2011-10-28 12:08:04 +00:00
parent 62a348b15d
commit d68503046d

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: server.c,v 1.624 2011/10/28 06:20:04 each Exp $ */ /* $Id: server.c,v 1.625 2011/10/28 12:08:04 tbox Exp $ */
/*! \file */ /*! \file */
@@ -7988,11 +7988,11 @@ ns_server_signing(ns_server_t *server, char *args, isc_buffer_t *text) {
cleanup: cleanup:
if (dns_rdataset_isassociated(&privset)) if (dns_rdataset_isassociated(&privset))
dns_rdataset_disassociate(&privset); dns_rdataset_disassociate(&privset);
if (node != NULL) if (node != NULL)
dns_db_detachnode(db, &node); dns_db_detachnode(db, &node);
if (version != NULL) if (version != NULL)
dns_db_closeversion(db, &version, ISC_FALSE); dns_db_closeversion(db, &version, ISC_FALSE);
if (db != NULL) if (db != NULL)
dns_db_detach(&db); dns_db_detach(&db);
if (zone != NULL) if (zone != NULL)
dns_zone_detach(&zone); dns_zone_detach(&zone);