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)) {