Skip to content

Commit 38a55df

Browse files
committed
typo
1 parent 1e26aac commit 38a55df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/pair.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ FR_TOKEN fr_pair_list_afrom_str(TALLOC_CTX *ctx, char const *buffer, VALUE_PAIR
20062006
* for expansion.
20072007
*/
20082008
if ((raw.quote == T_DOUBLE_QUOTED_STRING) &&
2009-
(((q = strchr(raw.r_opand, '%')) != NULL) || !q[1])) {
2009+
(((q = strchr(raw.r_opand, '%')) == NULL) || !q[1])) {
20102010
vp = fr_pair_make(ctx, NULL, raw.l_opand, NULL, raw.op);
20112011
if (!vp) {
20122012
last_token = T_INVALID;

0 commit comments

Comments
 (0)