mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed warning in rdpgfx server channel
This commit is contained in:
@@ -1393,12 +1393,10 @@ static DWORD WINAPI rdpgfx_server_thread_func(LPVOID arg)
|
||||
RdpgfxServerContext* context = (RdpgfxServerContext*)arg;
|
||||
RdpgfxServerPrivate* priv = context->priv;
|
||||
DWORD status;
|
||||
DWORD nCount;
|
||||
void* buffer;
|
||||
HANDLE events[8];
|
||||
DWORD nCount = 0;
|
||||
HANDLE events[8] = { 0 };
|
||||
UINT error = CHANNEL_RC_OK;
|
||||
buffer = NULL;
|
||||
nCount = 0;
|
||||
|
||||
events[nCount++] = priv->stopEvent;
|
||||
events[nCount++] = priv->channelEvent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user