Allow expansions while we're processing the list.
authorAlan T. DeKok <aland@freeradius.org>
Mon, 29 Jun 2015 12:16:49 +0000 (08:16 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 29 Jun 2015 12:16:49 +0000 (08:16 -0400)
commit762c0f4379294ad575d51042f64032387ace14a0
tree7cf134daf40bb067b08661a98021731dfd1a4a6f
parent0131fccee5be692efe3f4b423e63a2b9f52b2bef
Allow expansions while we're processing the list.

By the horrible hack of making a copy of the input list.
The issue is that the expansions need access to the input list,
but we also need to re-write the input list in radius_pairmove()

So until we have a better fix, we'll just do this hack
src/main/evaluate.c