mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
rail_orders.c: Fix wrong callback call on server handshake ex recv (#5345)
This commit is contained in:
@@ -538,10 +538,10 @@ static UINT rail_recv_handshake_ex_order(railPlugin* rail, RAIL_HANDSHAKE_EX_ORD
|
||||
|
||||
if (context->custom)
|
||||
{
|
||||
IFCALLRET(context->ClientHandshakeEx, error, context, handshakeEx);
|
||||
IFCALLRET(context->ServerHandshakeEx, error, context, handshakeEx);
|
||||
|
||||
if (error)
|
||||
WLog_ERR(TAG, "context.ClientHandshakeEx failed with error %"PRIu32"", error);
|
||||
WLog_ERR(TAG, "context.ServerHandshakeEx failed with error %"PRIu32"", error);
|
||||
}
|
||||
|
||||
return error;
|
||||
|
||||
Reference in New Issue
Block a user