]> git.ipfire.org Git - thirdparty/hostap.git/commit
Avoid crash after driver init failure
authorJouni Malinen <j@w1.fi>
Sun, 7 Mar 2010 09:25:28 +0000 (11:25 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 7 Mar 2010 09:25:28 +0000 (11:25 +0200)
commit70a8419f26e0b54c63f096bf1abe58e1f99202b5
tree9523d68fd5dbaaf75a88b56d4ba2f7f335c49be9
parent7ab68865c03615be7a69daf219336a3c123b894c
Avoid crash after driver init failure

hostapd_flush_old_stations() needs to check whether the driver
initialization was successful since it gets called on an error path.
src/ap/hostapd.c