Exit if IP/mtu can not be configured

This commit is contained in:
Erik Ekman 2009-07-22 21:17:26 +00:00 committed by Erik Ekman
parent f86182ced1
commit 938c2458b9
1 changed files with 1 additions and 1 deletions

View File

@ -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");