[channels,drdynvc] propagate error in dynamic channel

This commit is contained in:
akallabeth
2025-12-09 10:36:19 +01:00
parent bd0544bea7
commit 795fe479b8

View File

@@ -1594,6 +1594,7 @@ static UINT drdynvc_virtual_channel_event_data_received(drdynvcPlugin* drdynvc,
{
WLog_Print(drdynvc->log, WLOG_WARN,
"drdynvc_order_recv failed with error %" PRIu32 "!", error);
return error;
}
}
}