Skip to content

Commit

Permalink
it helps to set "triple"
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Nov 22, 2024
1 parent 815a1b5 commit a95b4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/token.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down Expand Up @@ -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)) {
Expand Down

0 comments on commit a95b4dc

Please sign in to comment.