diff options
Diffstat (limited to 'dnsip.c')
| -rw-r--r-- | dnsip.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -23,7 +23,6 @@ char **argv; | |||
| 23 | if (!stralloc_copys(&sa,argv[1])) | 23 | if (!stralloc_copys(&sa,argv[1])) |
| 24 | { substdio_putsflush(subfderr,"out of memory\n"); _exit(111); } | 24 | { substdio_putsflush(subfderr,"out of memory\n"); _exit(111); } |
| 25 | 25 | ||
| 26 | dns_init(0); | ||
| 27 | dnsdoe(dns_ip(&ia,&sa)); | 26 | dnsdoe(dns_ip(&ia,&sa)); |
| 28 | for (j = 0;j < ia.len;++j) | 27 | for (j = 0;j < ia.len;++j) |
| 29 | { | 28 | { |
