From 3958296431df16a30550047103008c1324fa331a Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 31 Jan 2012 21:02:46 +0400 Subject: [PATCH] Fix critical bug with events checking during filters processing. --- src/filter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/filter.c b/src/filter.c index 22693eb8d..e4ba63f0f 100644 --- a/src/filter.c +++ b/src/filter.c @@ -245,6 +245,7 @@ process_filters (struct worker_task *task) cur = g_list_next (cur); } } + check_session_pending (task->s); return 1; } -- 2.39.5