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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42c3738d99896022f9b56b387e66e4d8e3e04456;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 8f4588b0c7..c385041cc9 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -4346,7 +4346,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,