From: Alan T. DeKok Date: Fri, 22 Nov 2024 20:55:11 +0000 (-0500) Subject: it helps to set "triple" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95b4dc4586d33ab09d84b11e415afd386ae4232;p=thirdparty%2Ffreeradius-server.git it helps to set "triple" --- diff --git a/src/lib/util/token.c b/src/lib/util/token.c index 3c063dda7a7..8acd36299d8 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)) {