mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
Merge branch 'master' of https://github.com/loki-project/loki-network
This commit is contained in:
commit
2a217b5f7d
@ -736,8 +736,9 @@ namespace llarp
|
|||||||
{
|
{
|
||||||
if(sock)
|
if(sock)
|
||||||
{
|
{
|
||||||
|
utp_shutdown(sock, SHUT_RDWR);
|
||||||
|
utp_close(sock);
|
||||||
utp_set_userdata(sock, nullptr);
|
utp_set_userdata(sock, nullptr);
|
||||||
sock = nullptr;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user