]> git.ipfire.org Git - thirdparty/hostap.git/commit
RADIUS: Simplify radius_change_server() parameters
authorJouni Malinen <j@w1.fi>
Sun, 25 Feb 2024 15:25:15 +0000 (17:25 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 25 Feb 2024 15:25:15 +0000 (17:25 +0200)
commit971b7814790271b98d2078ff1c64850e9689bb21
treec26e939dc4a26a3691d73130b37a270c4c318fa4
parent3386e1327e57d0f3878bd39a32916b133d16bcca
RADIUS: Simplify radius_change_server() parameters

There is no need for passing the sock and sock6 parameters separately
since they were always the same values for auth == 0 or auth == 1 cases.

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