From b5b1ffbc73100296bb92de72cd6d3fd4b72b5356 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Thu, 21 May 2009 16:50:49 +0200 Subject: [PATCH] Missed this in the last commit --- src/main/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.1.4