diff options
| -rw-r--r-- | dnsmxip.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -35,7 +35,7 @@ char **argv; | |||
| 35 | substdio_puts(subfdout," "); | 35 | substdio_puts(subfdout," "); |
| 36 | substdio_put(subfdout,temp,fmt_ulong(temp,(unsigned long) ia.ix[j].pref)); | 36 | substdio_put(subfdout,temp,fmt_ulong(temp,(unsigned long) ia.ix[j].pref)); |
| 37 | #ifdef TLS | 37 | #ifdef TLS |
| 38 | substdio_puts(subfdout,ia.ix[j].validated ? " validated" : ""); | 38 | substdio_puts(subfdout,ia.ix[j].validated ? " [dnssec validated]" : ""); |
| 39 | #endif | 39 | #endif |
| 40 | substdio_putsflush(subfdout,"\n"); | 40 | substdio_putsflush(subfdout,"\n"); |
| 41 | } | 41 | } |
