Whoops... handle MOD_CASE, too
authorAlan T. DeKok <aland@freeradius.org>
Fri, 23 Aug 2013 12:46:24 +0000 (08:46 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 23 Aug 2013 12:48:55 +0000 (08:48 -0400)
src/main/modcall.c

index 6735141..d87575e 100644 (file)
@@ -721,7 +721,8 @@ redo:
        /*
         *      Child is a group that has children of it's own.
         */
-       if ((c->type == MOD_GROUP) || (c->type == MOD_POLICY)) {
+       if ((c->type == MOD_GROUP) || (c->type == MOD_POLICY) ||
+           (c->type == MOD_CASE)) {
                modgroup *g;
 
        do_children: