From: Alan T. DeKok Date: Wed, 7 Nov 2012 21:40:21 +0000 (-0500) Subject: Update output_list after creating coa request X-Git-Tag: release_3_0_0_beta1~1587 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03bb7ee359b7d46afee85b017e4abd507e752d3b;p=thirdparty%2Ffreeradius-server.git Update output_list after creating coa request --- diff --git a/src/main/evaluate.c b/src/main/evaluate.c index 042528ede87..3cccfe9ba02 100644 --- a/src/main/evaluate.c +++ b/src/main/evaluate.c @@ -1162,6 +1162,8 @@ int radius_update_attrlist(REQUEST *request, CONF_SECTION *cs, } else { update_request->coa->proxy->code = PW_DISCONNECT_REQUEST; } + + output_vps = radius_list(update_request, list); } newlist = paircopy(input_vps);