Remove duplicated sta_authorized_cb call
authorJouni Malinen <j@w1.fi>
Sun, 16 Aug 2015 20:51:07 +0000 (23:51 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 16 Aug 2015 21:18:32 +0000 (00:18 +0300)
commit9c3380d776b0558d4d32c5325c3932ec8367a5ef
treeff30570f0dce8e004055166e6ac0c6177760f2eb
parentdf1d01cfed9d7d090bc710cbfa4a469e4ba337b6
Remove duplicated sta_authorized_cb call

Commit 6959145b86318710d0186b618d54bce2991a6e6f ('FST: Integration into
hostapd') introduced this duplicated call due to an incorrect merge
conflict resolution in ap_sta_set_authorized(). An earlier commit
61fc90483fec17b69a26b16e42723474daccec24 ('P2P: Handle improper WPS
termination on GO during group formation') had moved this call to an
earlier location in the function and there is no point in re-introducing
another copy of the call at the end of the function.

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