Allow !* to work
authorAlan T. DeKok <aland@freeradius.org>
Fri, 13 Nov 2009 13:15:51 +0000 (14:15 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 14 Nov 2009 09:18:14 +0000 (10:18 +0100)
commit5b7417876d18e3b83e10263f0f3af6e03eb704e7
treed076bbc39e7eebedbb39dd5de25fc32830822978
parentb3b3fb44ec9cc47dcaf95fd84788f49b639bfae5
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
src/main/evaluate.c
src/main/modcall.c