mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[core,transport] fix inverted condition
This commit is contained in:
@@ -485,7 +485,7 @@ static BOOL transport_can_retry(const rdpContext* context, BOOL status)
|
||||
case FREERDP_ERROR_CONNECT_TARGET_BOOTING:
|
||||
return FALSE;
|
||||
default:
|
||||
return status;
|
||||
return !status;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user