diff options
| author | manuel <manuel@mausz.at> | 2023-08-10 01:10:02 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2023-08-10 01:10:02 +0200 |
| commit | 29b6e8b053d21f0a1e722e1c3be38371e7efaf10 (patch) | |
| tree | 797c10e213875cc41957d949060150db4a661ad8 /dnsfq.c | |
| parent | c36bd5f683eea9f6de05fcdda6d65505cbe8c316 (diff) | |
| download | qmail-29b6e8b053d21f0a1e722e1c3be38371e7efaf10.tar.gz qmail-29b6e8b053d21f0a1e722e1c3be38371e7efaf10.tar.bz2 qmail-29b6e8b053d21f0a1e722e1c3be38371e7efaf10.zip | |
add support for querying DNSSEC ad (validated) flag
also migrate from deprecated resolver functions
Diffstat (limited to 'dnsfq.c')
| -rw-r--r-- | dnsfq.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -19,7 +19,7 @@ char **argv; | |||
| 19 | if (!stralloc_copys(&sa,argv[1])) | 19 | if (!stralloc_copys(&sa,argv[1])) |
| 20 | { substdio_putsflush(subfderr,"out of memory\n"); _exit(111); } | 20 | { substdio_putsflush(subfderr,"out of memory\n"); _exit(111); } |
| 21 | 21 | ||
| 22 | dns_init(1); | 22 | dns_use_search(1); |
| 23 | dnsdoe(dns_ip(&ia,&sa)); | 23 | dnsdoe(dns_ip(&ia,&sa)); |
| 24 | if (ia.len <= 0) | 24 | if (ia.len <= 0) |
| 25 | { | 25 | { |
