commit f5a7edd: [Minor] Fuzzy storage now has no TCP sockets

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


Author: Vsevolod Stakhov
Date: 2019-06-20 12:47:00 +0100
URL: https://github.com/rspamd/rspamd/commit/f5a7eddda980f8d6f2e0aaeca46ed4bd6f0f34b4

[Minor] Fuzzy storage now has no TCP sockets

---
 src/fuzzy_storage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c
index 4565be874..7913c56b9 100644
--- a/src/fuzzy_storage.c
+++ b/src/fuzzy_storage.c
@@ -87,7 +87,7 @@ worker_t fuzzy_worker = {
 		init_fuzzy,                 /* Init function */
 		start_fuzzy,                /* Start function */
 		RSPAMD_WORKER_HAS_SOCKET,
-		RSPAMD_WORKER_SOCKET_UDP|RSPAMD_WORKER_SOCKET_TCP,   /* Both socket */
+		RSPAMD_WORKER_SOCKET_UDP,   /* UDP socket */
 		RSPAMD_WORKER_VER           /* Version info */
 };
 


More information about the Commits mailing list