1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

F #3859: Fix udp close (#4368)

This commit is contained in:
Pavel Czerný 2020-03-17 10:09:28 +01:00 committed by GitHub
parent ab9b08dc74
commit f004510f10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,8 @@ public:
{
th.join();
}
close(_socket);
}
protected: