]> source.dussan.org Git - rspamd.git/commitdiff
Remove unused global.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 5 May 2014 10:57:27 +0000 (11:57 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 5 May 2014 10:57:27 +0000 (11:57 +0100)
interface
src/controller.c

index 6828f4735bb998f20b00e1b8d144aec5c102d947..dc74a0a935175748808f86a8f2e0a183f1788521 160000 (submodule)
--- a/interface
+++ b/interface
@@ -1 +1 @@
-Subproject commit 6828f4735bb998f20b00e1b8d144aec5c102d947
+Subproject commit dc74a0a935175748808f86a8f2e0a183f1788521
index 9b019afdd965519cb52c45e321f750f2a1465f3a..e3d82fa495d7b753205043c9c45c5bdc14ccd322 100644 (file)
@@ -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,