diff options
Diffstat (limited to 'src/plugins/regexp.c')
-rw-r--r-- | src/plugins/regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/regexp.c b/src/plugins/regexp.c index 8afefb9da..0ab4451e1 100644 --- a/src/plugins/regexp.c +++ b/src/plugins/regexp.c @@ -607,7 +607,7 @@ process_regexp (struct rspamd_regexp *re, struct worker_task *task, const gchar guint8 *ct; gsize clen; gint r, passed = 0, start, end, old; - gboolean matched; + gboolean matched = FALSE; GList *cur, *headerlist; GRegex *regexp; |