diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-09 22:03:24 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-09 22:03:24 +0000 |
commit | 29fee1b7e0e47517930541afa939a56dde09133c (patch) | |
tree | 37b814a39205387646aabe9bbe3ceaba00390200 /src/controller.c | |
parent | 42e13bdaa1afee59cbbd62b2001e05e4f53f4888 (diff) | |
download | rspamd-29fee1b7e0e47517930541afa939a56dde09133c.tar.gz rspamd-29fee1b7e0e47517930541afa939a56dde09133c.zip |
Fix strange artefact
Diffstat (limited to 'src/controller.c')
-rw-r--r-- | src/controller.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/controller.c b/src/controller.c index bef6fa61b..11a0d65fa 100644 --- a/src/controller.c +++ b/src/controller.c @@ -1216,11 +1216,6 @@ rspamd_controller_learn_fin_task (void *ud) /* One more iteration */ return FALSE; - - - - - return TRUE; } static void |