Remove unused variable from struct hostapd_config
authorSebastien Decugis <sdecugis@nict.go.jp>
Fri, 30 Jan 2009 19:21:46 +0000 (21:21 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 30 Jan 2009 19:21:46 +0000 (21:21 +0200)
commitc9c3eafacb3980a966175e0a5b423929c357944a
tree6a72af65ad9afdc8768f5798354afbb406d4740d
parent6f4071c084be304e7f16a939eb3127de98a1ff0a
Remove unused variable from struct hostapd_config

I think that the "radius" pointer in the structure hostapd_config is
never used; when the configuration is parsed the related data is stored
in hostapd_bss_config's "radius" var.
hostapd/config.h