]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove spurious text
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Dec 2021 14:38:54 +0000 (08:38 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Dec 2021 20:06:52 +0000 (14:06 -0600)
src/lib/unlang/xlat_tokenize.c

index a813545ba1006da951b24efeef52b51db3c253e0..f87ca41cf6959d68c9a81b282a8ae28fdc486fff 100644 (file)
@@ -988,7 +988,7 @@ static int xlat_tokenize_string(TALLOC_CTX *ctx, xlat_exp_t **head, xlat_flags_t
                        fr_value_box_strdup_shallow(&node->data, NULL, str, false);
 
                        XLAT_DEBUG("VALUE-BOX (%s)<-- %pV",
-                                  escapes ? escapes->name : "(none)",XXX
+                                  escapes ? escapes->name : "(none)",
                                   fr_box_strvalue_len(str, talloc_array_length(str) - 1));
                        XLAT_HEXDUMP((uint8_t const *)str, talloc_array_length(str) - 1, " VALUE-BOX ");
                        fr_cursor_insert(&cursor, node);