mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 13:42:06 -04: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:
parent
3f2870c263
commit
ebff64a8bd
2 changed files with 2 additions and 0 deletions
|
|
@ -901,6 +901,7 @@ signname(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node,
|
|||
dns_rdataset_disassociate(&keyset);
|
||||
|
||||
alreadyhavenullkey:
|
||||
;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
|
|
@ -901,6 +901,7 @@ signname(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node,
|
|||
dns_rdataset_disassociate(&keyset);
|
||||
|
||||
alreadyhavenullkey:
|
||||
;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue