mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
wfreerdp-server: fix arg parsing
This commit is contained in:
@@ -88,7 +88,10 @@ int main(int argc, char* argv[])
|
||||
|
||||
|
||||
if (index == argc - 1)
|
||||
{
|
||||
server->port = (DWORD) atoi(argv[index]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
printf("Starting server\n");
|
||||
|
||||
Reference in New Issue
Block a user