Skip to content

Commit

Permalink
Fixed exception handling in wire crypt code - thanks to Vlad
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPeshkoff committed Jul 2, 2018
1 parent b676f95 commit 69395df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remote/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5995,7 +5995,7 @@ void rem_port::start_crypt(P_CRYPT * crypt, PACKET* sendL)
catch (const Exception& ex)
{
iscLogException("start_crypt:", ex);
disconnect();
disconnect(NULL, NULL);
}
}

Expand Down

0 comments on commit 69395df

Please sign in to comment.