mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-22 21:33:33 +02:00
print error if tun device is already taken
This commit is contained in:
parent
196b37c402
commit
cf78fdca85
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ open_tun(const char *tun_device)
|
|||
|
||||
warn("open_tun: Couldn't set interface name");
|
||||
}
|
||||
warn("error when opening tun");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue