mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 01:13:16 +00:00
fixes bad printf after resolv.conf-fix
This commit is contained in:
parent
49ad0dbc86
commit
3d07361678
|
@ -741,7 +741,7 @@ main(int argc, char **argv)
|
||||||
if(handshake(dns_fd))
|
if(handshake(dns_fd))
|
||||||
goto cleanup2;
|
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)
|
if (newroot != NULL)
|
||||||
do_chroot(newroot);
|
do_chroot(newroot);
|
||||||
|
|
Loading…
Reference in a new issue