]> git.ipfire.org Git - thirdparty/hostap.git/commit
Simplify hostapd_config_fill() error reporting
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 11 Mar 2014 20:35:39 +0000 (22:35 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 11 Mar 2014 23:09:21 +0000 (01:09 +0200)
commita0b728b7e2afb5f1d081b0cfc85e29f9db6457d3
tree93386082d1592c339f43de902edb29f63f657398
parent599f40db7d5d7a39741c7a3d1abbca297e39f910
Simplify hostapd_config_fill() error reporting

There is no need for trying to count the number of errors in this
function since this is not a loop anymore and the return value will be
either 0 or 1.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c