audin: Fixed default sys argument for audin
authorzihao.jiang <zihao.jiang@yahoo.com>
Thu, 10 Mar 2016 17:52:18 +0000 (01:52 +0800)
committerzihao.jiang <zihao.jiang@yahoo.com>
Thu, 10 Mar 2016 17:52:18 +0000 (01:52 +0800)
commit40ea6e9228bbdd2a0ad763a0a97367462b5d74dd
treecc613ef8bfce78dad96e2ff2663e228a82f7073b
parentff1eb258e850f2cd24902bed8bd50b0534021d13
audin: Fixed default sys argument for audin
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)
channels/audin/client/audin_main.c