From f0eb3d76ef0e25688b4dce4c3b308042a597aebf Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 22 Nov 2024 15:55:11 -0500 Subject: [PATCH] it helps to set "triple" --- src/lib/util/token.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util/token.c b/src/lib/util/token.c index 3c063dda7a7c..8acd36299d8a 100644 --- a/src/lib/util/token.c +++ b/src/lib/util/token.c @@ -322,6 +322,7 @@ static fr_token_t getthing(char const **ptr, char *buf, int buflen, bool tok, */ if ((buflen >= 3) && (p[1] == quote) && (p[2] == quote)) { p += 3; + triple = true; } p++; @@ -363,7 +364,6 @@ static fr_token_t getthing(char const **ptr, char *buf, int buflen, bool tok, p++; *s++ = 0; goto done; - } if ((buflen >= 3) && (p[1] == quote) && (p[2] == quote)) {