mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
Exit if IP/mtu can not be configured
This commit is contained in:
parent
3ab3847efa
commit
50272de2b8
|
@ -653,7 +653,7 @@ handshake_login(int dns_fd, int seed)
|
|||
tun_setmtu(mtu) == 0) {
|
||||
return 0;
|
||||
} else {
|
||||
warnx("Received handshake with bad data");
|
||||
errx(4, "Failed to set IP and MTU");
|
||||
}
|
||||
} else {
|
||||
fprintf(stderr, "Received bad handshake\n");
|
||||
|
|
Loading…
Reference in New Issue