Fixed crash trigger on Ctrl+C (errno == EINTR check)
This commit is contained in:
@@ -84,8 +84,6 @@ int main(int argc, char** argv) {
|
||||
hostRunning = false;
|
||||
server->stop();
|
||||
udpServer->stop();
|
||||
tun.reset();
|
||||
tun = nullptr;
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user