]> git.ipfire.org Git - thirdparty/hostap.git/commit
hs20-osu-client: Remove dead code from sub_rem command line parsing
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 16 Mar 2016 19:19:19 +0000 (21:19 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 16 Mar 2016 19:19:19 +0000 (21:19 +0200)
commitec1eae849eec62c1cad7ca393c5fdff4518db033
tree0393b2bbface89e8bb6f6095f169c73b5668d467
parent6c7fed4683dd1bdce9ca23c266f1e174374fc0d7
hs20-osu-client: Remove dead code from sub_rem command line parsing

The error print could not have been reached since the exact same
condition was verified above and exit(0) is called if the command line
is invalid.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hs20/client/osu_client.c