Remove invalid assert, this could fail for VALUE_PAIR producing execs
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 10 Jul 2013 18:16:08 +0000 (19:16 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 10 Jul 2013 18:16:08 +0000 (19:16 +0100)
src/main/valuepair.c

index 63407a6..f18e497 100644 (file)
@@ -1037,8 +1037,7 @@ int radius_map2request(REQUEST *request, value_pair_map_t const *map,
 
        if (debug_flag) for (vp = paircursor(&cursor, &head); vp; vp = pairnext(&cursor)) {
                char *value;
-               rad_assert(vp->op == map->op);
-
+               
                switch (map->src->type) {
                        /*
                         *      Just print the value being assigned