From 3d073616782dd5790198efd95a94e5402c28c59f Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Thu, 12 Jul 2007 13:40:52 +0000 Subject: [PATCH] fixes bad printf after resolv.conf-fix --- src/iodine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iodine.c b/src/iodine.c index 1622e82..eae0bc9 100644 --- a/src/iodine.c +++ b/src/iodine.c @@ -741,7 +741,7 @@ main(int argc, char **argv) if(handshake(dns_fd)) goto cleanup2; - printf("Sending queries for %s to %s\n", argv[1], argv[0]); + printf("Sending queries for %s to %s\n", topdomain, nameserv_addr); if (newroot != NULL) do_chroot(newroot);