mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
fixes bad printf after resolv.conf-fix
This commit is contained in:
parent
e889185aca
commit
c6f46ebaf9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue