[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnu-radius] error in proxy_compare_request
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-gnu-radius] error in proxy_compare_request |
Date: |
Fri, 27 Dec 2002 13:01:25 +0200 |
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