aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-05-05 11:57:27 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-05-05 11:57:27 +0100
commitb864da214b9ca8da5c83e1e3ddf88227920ea5b5 (patch)
treeb57f807f6eec6aa49c19088efe59033f8052a4cb
parentf13d8f591fb7ca3dfa05dd006c8fcba5bb190efd (diff)
downloadrspamd-b864da214b9ca8da5c83e1e3ddf88227920ea5b5.tar.gz
rspamd-b864da214b9ca8da5c83e1e3ddf88227920ea5b5.zip
Remove unused global.
m---------interface0
-rw-r--r--src/controller.c2
2 files changed, 0 insertions, 2 deletions
diff --git a/interface b/interface
-Subproject 6828f4735bb998f20b00e1b8d144aec5c102d94
+Subproject dc74a0a935175748808f86a8f2e0a183f178852
diff --git a/src/controller.c b/src/controller.c
index 9b019afdd..e3d82fa49 100644
--- a/src/controller.c
+++ b/src/controller.c
@@ -135,8 +135,6 @@ struct rspamd_controller_session {
gboolean is_spam;
};
-sig_atomic_t wanna_die = 0;
-
/* Check for password if it is required by configuration */
static gboolean
rspamd_controller_check_password (struct rspamd_http_connection_entry *entry,