coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
514 stars 257 forks source link

Fix RADIUS proxy feature (wrong reply socket) #483

Closed Tom-H- closed 5 years ago

Tom-H- commented 5 years ago

The RADIUS proxy feature was broken because the response to the authenticator was sent through the RADIUS server socket ((struct radius_t)::fd instead of (struct radius_t)::proxyfd).

This bug was introduced in #236 (bfe0e4b024735482b2db6cd67e0c4d57cf38b9b3).