]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_supplicant: Don't return an error when successfully parsing WMM rules
authorSujay Patwardhan <sujay@eero.com>
Mon, 26 Aug 2019 18:35:38 +0000 (11:35 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 13 Sep 2019 13:35:16 +0000 (16:35 +0300)
commit21dc1627f6e6b26986a70e81ffb5f08132656b09
tree3380049d65dc4765826d8e805b7df35f55865363
parent8214b45ba01ea629382b7c0339451246fc19dfa0
wpa_supplicant: Don't return an error when successfully parsing WMM rules

The config file parser previously would fall through into an error if
CONFIG_AP is defined and it hit a wmm_ac_* rule with a valid value. Add
a return to prevent incorrectly printing an error message and returning
a non-zero exit code.

Signed-off-by: Sujay Patwardhan <sujay@eero.com>
wpa_supplicant/config.c