Re: error in proxy_compare_request

Sergey Poznyakoff <[email protected]> Fri, 27 Dec 2002 13:01:25 +0200
Newsgroups gmane.comp.gnu.radius.bugs
Organization Farlep-Internet
Message-ID <[email protected]>
Thanks for report. The patch, however, should be at least

	if (data->state->ipaddr     == myip &&
            data->state->rem_ipaddr     == oldreq->server_ipaddr &&
	    data->state->proxy_id   == oldreq->server_id)
 		return 0;

Otherwise it could hit the matching proxy_state from another server.

Regards,
Sergey