]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Initialize variable
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 26 Dec 2016 00:29:01 +0000 (00:29 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 26 Dec 2016 00:29:01 +0000 (00:29 +0000)
src/libmime/mime_parser.c

index c501b99ec6ccf051949bde0c1497df7926cb9376..3965b9bd517fdb70ab7b5e923aa23f100d9aeb41 100644 (file)
@@ -707,6 +707,7 @@ rspamd_mime_preprocess_cb (struct rspamd_multipattern *mp,
                        }
                        else {
                                b.flags = 0;
+                               b.closed_hash = 0;
                        }
 
                        g_array_append_val (st->boundaries, b);