remove session->Close()

This commit is contained in:
Jeff Becker 2019-08-01 08:28:26 -04:00
parent 2261885206
commit 4cfc3481dc
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -332,7 +332,6 @@ namespace llarp
{
LogWarn("dropping inbound utp session from ", remote);
utp_close(arg->socket);
session->Close();
}
else
{