2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

add a ; after a goto label, since it needs a statement after it.

Brian should look at this section of code, since I believe it will leak
a reference to 'keyset'
This commit is contained in:
Michael Graff
2000-05-01 21:59:05 +00:00
parent 3f2870c263
commit ebff64a8bd
2 changed files with 2 additions and 0 deletions

View File

@@ -901,6 +901,7 @@ signname(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node,
dns_rdataset_disassociate(&keyset);
alreadyhavenullkey:
;
}
#endif
}

View File

@@ -901,6 +901,7 @@ signname(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node,
dns_rdataset_disassociate(&keyset);
alreadyhavenullkey:
;
}
#endif
}