mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
dns scavenging: log tombstone inconsistency
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
9fb69274ca
commit
ef7daa51d8
@ -453,6 +453,8 @@ NTSTATUS dns_delete_tombstones(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
if (rec.wType != DNS_TYPE_TOMBSTONE) {
|
||||
DBG_ERR("A tombstoned dnsNode has non-tombstoned"
|
||||
" records, which should not happen.\n");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user