From ffc9af77c7aaca1762cd4476e279cf952c2e2919 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 21 Oct 2017 15:54:14 +0100 Subject: [PATCH] [Minor] Grr, forgot to save change for the previous commit MFH: rspamd-1.6 --- src/libserver/dkim.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libserver/dkim.c b/src/libserver/dkim.c index 83b4bc713..522f96a78 100644 --- a/src/libserver/dkim.c +++ b/src/libserver/dkim.c @@ -440,7 +440,6 @@ rspamd_dkim_parse_hdrlist_common (struct rspamd_dkim_common_ctx *ctx, count = GPOINTER_TO_UINT (found); new->count = count; count ++; - g_hash_table_insert (htb, h, GUINT_TO_POINTER (count)); } else { /* Insert new header order to the list */ -- 2.39.5