mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[server,shadow] fix missing return check
This commit is contained in:
committed by
Martin Fleisz
parent
033ffff428
commit
26c967a083
@@ -2112,7 +2112,8 @@ static DWORD WINAPI shadow_client_thread(LPVOID arg)
|
||||
shadow_input_register_callbacks(peer->context->input);
|
||||
|
||||
rc = peer->Initialize(peer);
|
||||
WINPR_ASSERT(rc);
|
||||
if (!rc)
|
||||
goto out;
|
||||
|
||||
update = peer->context->update;
|
||||
WINPR_ASSERT(update);
|
||||
|
||||
Reference in New Issue
Block a user