This commit is contained in:
Sean Kaim
2019-01-02 17:11:23 -05:00
parent b1a4d839ac
commit 0f315f414d

View File

@@ -131,7 +131,7 @@ namespace mRemoteNG.Connection.Protocol
public override void Close()
{
/* only attempt this if we have a valid process object
* Non-integated tools will still call base.Close() and don't have a valid process object.
* Non-integrated tools will still call base.Close() and don't have a valid process object.
* See Connect() above... This just muddies up the log.
*/
if (_process != null)