mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Do not assert in abort_connect
This commit is contained in:
@@ -189,7 +189,8 @@ BOOL utils_str_is_empty(const char* str)
|
||||
|
||||
BOOL utils_abort_connect(rdpRdp* rdp)
|
||||
{
|
||||
WINPR_ASSERT(rdp);
|
||||
if (!rdp)
|
||||
return FALSE;
|
||||
|
||||
return SetEvent(rdp->abortEvent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user