mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Changed listener callback arguments and return.
This commit is contained in:
@@ -744,9 +744,8 @@ static void test_server_mainloop(freerdp_listener* instance)
|
||||
|
||||
while (1)
|
||||
{
|
||||
count = 32;
|
||||
|
||||
if (instance->GetEventHandles(instance, handles, &count))
|
||||
count = instance->GetEventHandles(instance, handles, 32);
|
||||
if (0 == count)
|
||||
{
|
||||
WLog_ERR(TAG, "Failed to get FreeRDP event handles");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user