Fix error path handling on radius_accept_attr
authorJouni Malinen <j@w1.fi>
Sun, 9 Mar 2014 22:44:26 +0000 (00:44 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 9 Mar 2014 22:44:26 +0000 (00:44 +0200)
commit4fb363c62b0c1fd5e7ba537cd8e419cad831ba70
treedd3d2873dc244ade0982885a2e03eb05ac5648cb
parent8b56743ef7346d5743b67776e167d6dd54acfd9b
Fix error path handling on radius_accept_attr

This error path must not try to free the user entry since that entry was
already added to the BSS list and will be freed when BSS is freed.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/config_file.c