From: Alan T. DeKok Date: Sat, 28 May 2022 13:11:02 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c1c41dcbcf1187e020b8dc0e792e581c5f0262a;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/unlang/xlat_expr.c b/src/lib/unlang/xlat_expr.c index 4c6bd84a162..38c5e197a14 100644 --- a/src/lib/unlang/xlat_expr.c +++ b/src/lib/unlang/xlat_expr.c @@ -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 },