From: Vsevolod Stakhov Date: Thu, 19 Mar 2009 16:12:15 +0000 (+0300) Subject: * Misprint in optimizer function X-Git-Tag: 0.2.7~245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb00c75abdfeaa15302a5922859e424b0313d5b5;p=thirdparty%2Frspamd.git * Misprint in optimizer function --- diff --git a/src/plugins/regexp.c b/src/plugins/regexp.c index 461888abf6..6509a4e5ee 100644 --- a/src/plugins/regexp.c +++ b/src/plugins/regexp.c @@ -280,11 +280,11 @@ optimize_regexp_expression (struct expression **e, GQueue *stack, gboolean res) continue; } else if (it->content.operation == '&' && res == FALSE) { - e = ⁢ + *e = it; ret = TRUE; } else if (it->content.operation == '|' && res == TRUE) { - e = ⁢ + *e = it; ret = TRUE; } break;