From: Heiko Schlittermann (HS12) Date: Mon, 18 May 2015 14:32:58 +0000 (+0200) Subject: Show the DNSSEC status (ad=) always in -bt/-bv output X-Git-Tag: exim-4_86_RC1~25 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=e7a1b6ff65f1bebbc290f2a4fd7554fde00ae2f6;hp=e1a3f32f604bcdf65ac20d04ddd2bc93bc9f4deb;p=user%2Fhenk%2Fcode%2Fexim.git Show the DNSSEC status (ad=) always in -bt/-bv output --- diff --git a/src/src/verify.c b/src/src/verify.c index 3c2942733..27121616d 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -2364,7 +2364,6 @@ for (addr_list = addr_local, i = 0; i < 2; addr_list = addr_remote, i++) while (len++ < maxaddlen) fprintf(f," "); if (h->mx >= 0) fprintf(f, "MX=%d", h->mx); if (h->port != PORT_NONE) fprintf(f, " port=%d", h->port); - if (running_in_test_harness) #ifndef DISABLE_DNSSEC fprintf(f, " ad=%s", h->dnssec==DS_YES ? "yes" : "no"); #else