From 1d05c52c4ba31aadddab95e25faea0a1802c3bef Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 10 Aug 2023 01:13:34 +0200 Subject: dnsmxip: sync validated output --- dnsmxip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsmxip.c b/dnsmxip.c index a58d6b3..0ffa7d7 100644 --- a/dnsmxip.c +++ b/dnsmxip.c @@ -35,7 +35,7 @@ char **argv; substdio_puts(subfdout," "); substdio_put(subfdout,temp,fmt_ulong(temp,(unsigned long) ia.ix[j].pref)); #ifdef TLS - substdio_puts(subfdout,ia.ix[j].validated ? " validated" : ""); + substdio_puts(subfdout,ia.ix[j].validated ? " [dnssec validated]" : ""); #endif substdio_putsflush(subfdout,"\n"); } -- cgit v1.2.3