]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unnecessary PMKSA cache freeing step
authorJouni Malinen <j@w1.fi>
Sat, 4 Oct 2014 18:38:44 +0000 (21:38 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 4 Oct 2014 20:01:08 +0000 (23:01 +0300)
commit8c8d26aadaed8cd5d2aebf0ab59ffa3ae89cb949
tree5035c8841422924e65db15b69c98617d8dc3171c
parent5b7aeddcd7942b701fa3e4c1dfc9dc1e0fd00f8d
Remove unnecessary PMKSA cache freeing step

_pmksa_cache_free_entry() is a static function that is never called with
entry == NULL, so there is no need to check for that.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/pmksa_cache_auth.c