From: Vsevolod Stakhov Date: Sat, 18 Sep 2021 08:35:51 +0000 (+0100) Subject: [Minor] Use the proper variable in debug X-Git-Tag: 3.1~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1589bd19ff7c841203c548de2c5897e0f0f22c6d;p=thirdparty%2Frspamd.git [Minor] Use the proper variable in debug Found by: coverity scan --- diff --git a/src/libutil/expression.c b/src/libutil/expression.c index 7dddfa72f9..ad78c0fcdf 100644 --- a/src/libutil/expression.c +++ b/src/libutil/expression.c @@ -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;