]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Sun, 24 Dec 2023 03:44:45 +0000 (22:44 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 24 Dec 2023 03:44:59 +0000 (22:44 -0500)
src/lib/server/pairmove.c

index edf397402b562cb873fb534fcda19ef2eb422919..08c1012e6f22e423f984002ad52c334be807b324 100644 (file)
@@ -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;
                }