From: Alan T. DeKok Date: Tue, 23 Feb 2016 17:18:10 +0000 (-0500) Subject: Return the correct list. X-Git-Tag: release_3_0_12~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f18b7482f6e9d47e7d2511e59e7629672efc532;p=thirdparty%2Ffreeradius-server.git Return the correct list. --- diff --git a/src/main/tmpl.c b/src/main/tmpl.c index ab29689f5e1..a310b3687d0 100644 --- a/src/main/tmpl.c +++ b/src/main/tmpl.c @@ -251,7 +251,7 @@ VALUE_PAIR **radius_list(REQUEST *request, pair_lists_t list) if (request->coa && /* match reply with request */ (request->coa->proxy->code == PW_CODE_DISCONNECT_REQUEST) && request->coa->proxy_reply) { - return &request->coa->proxy->vps; + return &request->coa->proxy_reply->vps; } break; #endif