13 Nov
2009
13 Nov
'09
7:33 p.m.
commit 65ef5bbc7c68a10a1050a27577fe7ae127ad8d14 Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Nov 13 14:15:51 2009 +0100 Allow !* to work The code to delete all attributes (as documented in unlang) was previously added in evaluate.c. But the parser hadn't been updated, so it was impossible to actually use that functionality. src/main/conffile.c | 1 + src/main/evaluate.c | 3 +-- src/main/modcall.c | 1 + 3 files changed, 3 insertions(+), 2 deletions(-)