Merge pull request #12057 from akallabeth/drdynvc-error-handling

[channels,drdynvc] propagate error in dynamic channel
This commit is contained in:
Martin Fleisz
2025-12-09 10:50:19 +01:00
committed by GitHub

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;
}
}
}