Do not terminate if error info is received.

This commit is contained in:
Armin Novak 2022-10-27 08:48:37 +02:00 committed by Martin Fleisz
parent a29343251c
commit cfffc5ef2c

View File

@ -399,9 +399,6 @@ BOOL rdp_set_error_info(rdpRdp* rdp, UINT32 errorInfo)
}
else
WLog_ERR(TAG, "%s missing context=%p", __FUNCTION__, context);
/* Ensure the connection is terminated */
utils_abort_connect(rdp);
}
else
{