]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Ignore empty/missing parts
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 18 Dec 2016 21:58:33 +0000 (21:58 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 18 Dec 2016 21:58:33 +0000 (21:58 +0000)
src/libmime/mime_parser.c

index ed2715388ad8eea84a5843914c8941c29f206480..d9687ce97187edc3f7f5fc50f24b666fa26e9bc3 100644 (file)
@@ -494,7 +494,7 @@ rspamd_mime_parse_multipart_cb (struct rspamd_task *task,
                        cb->st->pos = cb->part_start;
                }
                else {
-                       g_assert_not_reached ();
+                       /* We have an empty boundary, do nothing */
                }
        }