commit | f84e674d8aa2316fea8d2145a40fcef0441e3856 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Fri May 04 16:29:57 2018 +0100 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Fri May 04 16:29:57 2018 +0100 |
tree | 728d2f3858642ebfccaf099a0dea402f849b6c91 | |
parent | 7f0084316a2f5ddafc6a327c8ba636784748a044 [diff] |
Be persistent with broken-upstream-DNSSEC warnings.
diff --git a/src/dnssec.c b/src/dnssec.c index 60376e6..b6ed11f 100644 --- a/src/dnssec.c +++ b/src/dnssec.c
@@ -876,12 +876,7 @@ if (rc == STAT_INSECURE) { - static int reported = 0; - if (!reported) - { - reported = 1; - my_syslog(LOG_WARNING, _("Insecure DS reply received, do upstream DNS servers support DNSSEC?")); - } + my_syslog(LOG_WARNING, _("Insecure DS reply received, do upstream DNS servers support DNSSEC?")); rc = STAT_BOGUS; }