Skip to content

Commit 15f0f92

Browse files
committed
more typo
1 parent ade0e3a commit 15f0f92

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-
(((strchr(raw.r_opand, '%')) != NULL) || (q && !q[1]))) {
2009+
(((q = strchr(raw.r_opand, '%')) != NULL) || (q && !q[1]))) {
20102010

20112011
vp = fr_pair_make(ctx, NULL, raw.l_opand, NULL, raw.op);
20122012
if (!vp) {

0 commit comments

Comments
 (0)