mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-11 04:50:55 +00:00
Remove setgid message
This commit is contained in:
parent
02763e9a84
commit
14f9f8ad15
2 changed files with 0 additions and 2 deletions
1
iodine.c
1
iodine.c
|
@ -210,7 +210,6 @@ main(int argc, char **argv)
|
||||||
printf("Could not switch to user %s!\n", username);
|
printf("Could not switch to user %s!\n", username);
|
||||||
usage();
|
usage();
|
||||||
}
|
}
|
||||||
printf("Now running as user %s\n", username);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tunnel(tun_fd, dns_fd);
|
tunnel(tun_fd, dns_fd);
|
||||||
|
|
|
@ -212,7 +212,6 @@ main(int argc, char **argv)
|
||||||
printf("Could not switch to user %s!\n", username);
|
printf("Could not switch to user %s!\n", username);
|
||||||
usage();
|
usage();
|
||||||
}
|
}
|
||||||
printf("Now running as user %s\n", username);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tunnel(tun_fd, dnsd_fd);
|
tunnel(tun_fd, dnsd_fd);
|
||||||
|
|
Loading…
Add table
Reference in a new issue