From 7a9dd6aa533c0e21fe91eeb7cf4cd7f69101b1d2 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 23 Sep 2009 16:51:11 +0400 Subject: [PATCH] * No IO allowed in events destructors --- src/plugins/fuzzy_check.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index ef8664ff2..258a41505 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -282,7 +282,6 @@ fuzzy_learn_fin (void *arg) (*session->saved) --; if (*session->saved == 0) { session->session->state = STATE_REPLY; - rspamd_dispatcher_write (session->session->dispatcher, "OK" CRLF, sizeof ("OK" CRLF) - 1, FALSE, FALSE); } } -- 2.39.5