From: Alan T. DeKok Date: Thu, 1 Apr 2021 20:03:03 +0000 (-0400) Subject: use proxy->vps, in line with other uses X-Git-Tag: release_3_0_24~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab3866355f1415948a4108ae227a9024ab26cf66;p=thirdparty%2Ffreeradius-server.git use proxy->vps, in line with other uses --- diff --git a/src/main/process.c b/src/main/process.c index df32903117c..56c49211d55 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -4361,7 +4361,7 @@ static void request_coa_originate(REQUEST *request) * Proxy-To-Originating-Realm is preferred to any other * method of originating CoA requests. */ - vp = fr_pair_find_by_num(coa->config, PW_PROXY_TO_ORIGINATING_REALM, 0, TAG_ANY); + vp = fr_pair_find_by_num(coa->proxy->vps, PW_PROXY_TO_ORIGINATING_REALM, 0, TAG_ANY); if (vp) { /* * This function will set request->home_server,