commit 477793e: [Minor] Sigh, another fix

Vsevolod Stakhov vsevolod at highsecure.ru
Sat Jun 22 12:14:49 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-06-21 12:23:13 +0100
URL: https://github.com/rspamd/rspamd/commit/477793ef56061694400a116f43a0e2e41d4efaeb

[Minor] Sigh, another fix

---
 test/rspamd_dkim_test.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/rspamd_dkim_test.c b/test/rspamd_dkim_test.c
index b614e06f7..f9018bf68 100644
--- a/test/rspamd_dkim_test.c
+++ b/test/rspamd_dkim_test.c
@@ -27,7 +27,7 @@ static const gchar test_dkim_sig[] = "v=1; a=rsa-sha256; c=relaxed/relaxed; "
 		"D9TjlkpScuoY5LjsWVnijh9dSNVLFqLatzg=;";
 
 extern struct ev_loop *event_loop;
-
+#if 0
 static void
 test_key_handler (rspamd_dkim_key_t *key, gsize keylen, rspamd_dkim_context_t *ctx, gpointer ud, GError *err)
 {
@@ -48,7 +48,7 @@ session_fin (gpointer unused)
 
 	return TRUE;
 }
-
+#endif
 void
 rspamd_dkim_test_func ()
 {


More information about the Commits mailing list