]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Sat, 28 May 2022 13:11:02 +0000 (09:11 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 3 Jun 2022 11:15:48 +0000 (07:15 -0400)
src/lib/unlang/xlat_expr.c

index 4c6bd84a1626578bcb6457e387aca75d7a48fa1d..38c5e197a144a2fa886cec4b315007d4bcb58876 100644 (file)
@@ -1281,7 +1281,7 @@ static fr_table_num_ordered_t const expr_assignment_op_table[] = {
        { L("=="),      T_OP_CMP_EQ             },
 
        { L("=~"),      T_OP_REG_EQ             },
-       { L("!="),      T_OP_REG_NE             },
+       { L("!~"),      T_OP_REG_NE             },
 
        { L(">"),       T_OP_GT                 },
        { L(">="),      T_OP_GE                 },