]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Set flags to zero initially.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 11 Mar 2015 14:52:17 +0000 (14:52 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 11 Mar 2015 15:21:44 +0000 (15:21 +0000)
Conflicts:
src/libutil/http.c

src/libutil/http.c

index 02740081a069265a078e31f83390eac5c69537ab..301577002127be848a899410e6516c37385798e3 100644 (file)
@@ -1062,6 +1062,7 @@ rspamd_http_new_message (enum http_parser_type type)
        new->port = 80;
        new->type = type;
        new->method = HTTP_GET;
+       new->flags = 0;
 
        return new;
 }