mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
PR #3173 fixed argument parsing. However it breaks the usage without specifying subsystem: "/microphone" In particular, aFreerdp microphone redirect is broken as it exactly uses "/microphone" This PR fixes the regression. Fix: We should not call CommandLineParseArgumentsA if argc is only 1 (same case as rdpsnd_main.c)