mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 02:08:24 +00:00
Remove temporary debugging message and close related Debian bug.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -3,6 +3,7 @@ dnsmasq (2.87-1) unstable; urgency=low
|
||||
* New upstream.
|
||||
* Include new NFTset support in the build.
|
||||
* Fix crash on netboot with DNS server disabled. (closes: #996332)
|
||||
* Fix rare lockup in DNSSEC. (closes: #1001576)
|
||||
|
||||
-- Simon Kelley <simon@thekelleys.org.uk> Wed, 08 Sep 2021 23:11:25 +0000
|
||||
|
||||
|
||||
@@ -899,8 +899,6 @@ static void dnssec_validate(struct frec *forward, struct dns_header *header,
|
||||
forward->stash = stash;
|
||||
return;
|
||||
}
|
||||
|
||||
my_syslog(LOG_WARNING, _("detected DNSSEC dependency loop involving %s"), daemon->keyname);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -978,7 +976,7 @@ static void dnssec_validate(struct frec *forward, struct dns_header *header,
|
||||
blockdata_free(stash); /* don't leak this on failure. */
|
||||
}
|
||||
|
||||
/* sending DNSSEC query failed. */
|
||||
/* sending DNSSEC query failed or loop detected. */
|
||||
status = STAT_ABANDONED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user