From: Alan T. DeKok Date: Thu, 21 May 2009 14:50:49 +0000 (+0200) Subject: Missed this in the last commit X-Git-Tag: release_2_1_7~133 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=b5b1ffbc73100296bb92de72cd6d3fd4b72b5356;p=freeradius.git Missed this in the last commit --- diff --git a/src/main/event.c b/src/main/event.c index 8781407..ceea19a 100644 --- a/src/main/event.c +++ b/src/main/event.c @@ -287,7 +287,7 @@ static int proxy_id_alloc(REQUEST *request, RADIUS_PACKET *packet) * it to the tail of the list of listeners. With * some care, this can be thread-safe. */ - proxy_listener = proxy_new_listener(); + proxy_listener = proxy_new_listener(&packet->src_ipaddr); if (!proxy_listener) { RDEBUG2("ERROR: Failed to create a new socket for proxying requests."); return 0;