]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Fix] Fix http message flag shift
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 31 Aug 2021 13:25:12 +0000 (14:25 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 31 Aug 2021 13:25:12 +0000 (14:25 +0100)
Issue: #3872

src/libserver/http/http_connection.h

index b6b199fae5e173c1dea66a831e5bc7b09fd73958..896f83c20f62a2e4c07dcaf1bf497e7a4fbd6cd1 100644 (file)
@@ -82,7 +82,7 @@ struct rspamd_storage_shmem {
 /**
  * Body has been set for a message
  */
-#define RSPAMD_HTTP_FLAG_HAS_HOST_HEADER (1 << 6)
+#define RSPAMD_HTTP_FLAG_HAS_HOST_HEADER (1 << 7)
 /**
  * Options for HTTP connection
  */