mirror of https://github.com/FreeRDP/FreeRDP
Fixed missing return.
This commit is contained in:
parent
69dde84c72
commit
a64fb343c1
|
@ -720,7 +720,7 @@ static UINT drdynvc_send(drdynvcPlugin* drdynvc, wStream* s)
|
||||||
WLog_Print(drdynvc->log, WLOG_ERROR, "VirtualChannelWriteEx failed with %s [%08"PRIX32"]",
|
WLog_Print(drdynvc->log, WLOG_ERROR, "VirtualChannelWriteEx failed with %s [%08"PRIX32"]",
|
||||||
WTSErrorToString(status),
|
WTSErrorToString(status),
|
||||||
status);
|
status);
|
||||||
break;
|
return status;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue