From: Alan T. DeKok Date: Mon, 28 Aug 2023 21:49:34 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3247ab84902ffd4d73c8b0370d871e5b3f37435b;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/util/regex.c b/src/lib/util/regex.c index ed62dc41883..1143dcd8a37 100644 --- a/src/lib/util/regex.c +++ b/src/lib/util/regex.c @@ -1394,7 +1394,7 @@ int fr_regex_cmp_op(fr_token_t op, fr_value_box_t const *a, fr_value_box_t const } else { lhs = a->vb_strvalue; - lhs_len = b->vb_length; + lhs_len = a->vb_length; } if (regex_compile(ctx, ®ex, b->vb_strvalue, b->vb_length, NULL, false, true) < 0) {