]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove extra indentation level from hostapd_config_fill()
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 11 Mar 2014 20:25:46 +0000 (22:25 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 11 Mar 2014 23:09:15 +0000 (01:09 +0200)
commit599f40db7d5d7a39741c7a3d1abbca297e39f910
tree09f08cee655da8a15c9e2a3e0666ee91e8e3cb0e
parent99cd77a8c50413d44f1ebead917310468a8406de
Remove extra indentation level from hostapd_config_fill()

The configuration file parsing routines were moved to a separate
function a while back, but left at the old indentation level to avoid
showing large diffs in the commit and to avoid conflicts with parallel
development in other branches. There is never a perfect time for this
type of changes, but we might as well finally get rid of that extra
indentation now with Hotspot 2.0 Rel 2 changes pulled in.

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