]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Ignore regex comparisons, too
authorAlan T. DeKok <aland@freeradius.org>
Wed, 1 Aug 2012 22:56:50 +0000 (15:56 -0700)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 11 Aug 2012 07:24:39 +0000 (09:24 +0200)
src/lib/valuepair.c

index f67d5e8ff0af04604898ce5aad7e7a2cba124110..965d107e599d0beebb1f4cdf27e00d42ef2e2d60 100644 (file)
@@ -466,6 +466,8 @@ void pairmove(VALUE_PAIR **to, VALUE_PAIR **from)
                        case T_OP_CMP_TRUE:
                        case T_OP_CMP_FALSE:
                        case T_OP_CMP_EQ:
+                       case T_OP_REG_EQ:
+                       case T_OP_REG_NE:
                                tailfrom = i;
                                continue;