From: Arran Cudbard-Bell Date: Wed, 1 Dec 2021 14:38:54 +0000 (-0600) Subject: Remove spurious text X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=025add4f0f62d0f83d1c8f80bc02fc0dddb265d8;p=thirdparty%2Ffreeradius-server.git Remove spurious text --- diff --git a/src/lib/unlang/xlat_tokenize.c b/src/lib/unlang/xlat_tokenize.c index a813545ba10..f87ca41cf69 100644 --- a/src/lib/unlang/xlat_tokenize.c +++ b/src/lib/unlang/xlat_tokenize.c @@ -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);