]> git.ipfire.org Git - thirdparty/hostap.git/commit
RADIUS client: Do not flush pending messages if server did not change
authorJouni Malinen <j@w1.fi>
Fri, 30 May 2014 17:46:20 +0000 (20:46 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 30 May 2014 17:46:20 +0000 (20:46 +0300)
commit09844c09843bda15759e258d9ac6377346446454
tree16cf54a2cf650b965ec5d3477cd141c88033a15d
parent5d67bf1566d22542e95c90c9394e372184b0831f
RADIUS client: Do not flush pending messages if server did not change

The re-open socket to the current RADIUS server code path did not work
in the expected way here. The pending authentication messages do not
need to be flushed in that case and neither should the retransmission
parameters be cleared. Fix this by performing these operations only if
the server did actually change as a part of a failover operation.

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