mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
detach before restore
This commit is contained in:
parent
b4750b5991
commit
92ddd7ad2c
1 changed files with 1 additions and 0 deletions
|
|
@ -3301,6 +3301,7 @@ query_addbestns(ns_client_t *client) {
|
|||
query_putrdataset(client, &rdataset);
|
||||
if (sigrdataset != NULL)
|
||||
query_putrdataset(client, &sigrdataset);
|
||||
dns_db_detach(&db);
|
||||
|
||||
RESTORE(db, zdb);
|
||||
RESTORE(fname, zfname);
|
||||
|
|
|
|||
Loading…
Reference in a new issue