Browse Source

[Minor] Use the proper variable in debug

Found by: coverity scan
tags/3.1
Vsevolod Stakhov 2 years ago
parent
commit
1589bd19ff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libutil/expression.c

+ 1
- 1
src/libutil/expression.c View File

@@ -1133,7 +1133,7 @@ rspamd_parse_expression (const gchar *line, gsize len,
"rewind stack; op: %s",
e->expression_stack->len,
operand_stack->len,
rspamd_expr_op_to_str (op));
rspamd_expr_op_to_str (op_stack));

if (op_stack != OP_OBRACE) {
elt.type = ELT_OP;

Loading…
Cancel
Save