From: Douglas Bagnall Date: Fri, 9 Apr 2021 05:50:59 +0000 (+1200) Subject: dns scavenging: log tombstone inconsistency X-Git-Tag: tevent-0.11.0~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef7daa51d88271a3d57a3418e2f2cc5c14e0e819;p=thirdparty%2Fsamba.git dns scavenging: log tombstone inconsistency Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/kcc/scavenge_dns_records.c b/source4/dsdb/kcc/scavenge_dns_records.c index e31e7ec324f..1d8cb2213c6 100644 --- a/source4/dsdb/kcc/scavenge_dns_records.c +++ b/source4/dsdb/kcc/scavenge_dns_records.c @@ -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; }