summaryrefslogtreecommitdiffstats
path: root/dnsip.c
diff options
context:
space:
mode:
Diffstat (limited to 'dnsip.c')
-rw-r--r--dnsip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dnsip.c b/dnsip.c
index e7b671c..81f02f7 100644
--- a/dnsip.c
+++ b/dnsip.c
@@ -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 {