]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unnecessary PMKSA cache list modification
authorJouni Malinen <j@w1.fi>
Sun, 25 Nov 2012 17:45:54 +0000 (19:45 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 25 Nov 2012 17:45:54 +0000 (19:45 +0200)
commitb7593d35c1db04756bb74b5b9a2491eb1bca9b65
tree7fedee01e293ce51d5bca8da622c83d76d8fdc4d
parentf2a14be79896e4418e4a655af8b7ffed7799ec01
Remove unnecessary PMKSA cache list modification

pmksa_cache_free_entry() takes care of updated the list head pointer
(pmksa->pmksa), so no need to do this change in the caller.

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