From: Alan T. DeKok Date: Sun, 24 Dec 2023 03:44:45 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d95aee948815f2f417fee3d01e3b25c97a27a2;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/server/pairmove.c b/src/lib/server/pairmove.c index edf397402b5..08c1012e6f2 100644 --- a/src/lib/server/pairmove.c +++ b/src/lib/server/pairmove.c @@ -657,7 +657,7 @@ int radius_legacy_map_apply(request_t *request, map_t const *map) case T_OP_SUB_EQ: /* delete if match, otherwise ignore */ if (fr_type_is_structural(da->type)) { invalid_operator: - fr_strerror_printf("Invalid operator '%s' for structural type", fr_type_to_str(vp->vp_type)); + fr_strerror_printf("Invalid operator '%s' for structural type", fr_type_to_str(da->type)); return -1; }