Skip to content

Commit

Permalink
Use "next" instead of "node"
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 19, 2014
1 parent ba382c8 commit 4bc6c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/xlat.c
Expand Up @@ -1327,7 +1327,7 @@ static ssize_t xlat_tokenize_literal(TALLOC_CTX *ctx, char *fmt, xlat_exp_t **he
next->type = XLAT_LITERAL;

} else {
node->fmt = p + 1;
next->fmt = p + 1;

XLAT_DEBUG("PERCENT <-- %c", *next->fmt);
next->type = XLAT_PERCENT;
Expand Down

0 comments on commit 4bc6c05

Please sign in to comment.