mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 23:30:00 -04:00
fix typo
This commit is contained in:
parent
03d6a43845
commit
f86443709f
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ dns_dlzdestroy(dns_dlzdb_t **dbp) {
|
|||
|
||||
#ifdef BIND9
|
||||
if (db->ssutable != NULL)
|
||||
dns_ssutable_detach(&dp->ssutable);
|
||||
dns_ssutable_detach(&db->ssutable);
|
||||
#endif
|
||||
|
||||
/* call the drivers destroy method */
|
||||
|
|
|
|||
Loading…
Reference in a new issue