summaryrefslogtreecommitdiffstats
path: root/source/cAuthenticator.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cAuthenticator.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/cAuthenticator.cpp b/source/cAuthenticator.cpp
index 1f7e5b35c..9e176e0c5 100644
--- a/source/cAuthenticator.cpp
+++ b/source/cAuthenticator.cpp
@@ -35,6 +35,17 @@ cAuthenticator::cAuthenticator(void) :
+cAuthenticator::~cAuthenticator()
+{
+ mShouldTerminate = true;
+ mQueueNonempty.Set();
+ Wait();
+}
+
+
+
+
+
/// Read custom values from INI
void cAuthenticator::ReadINI(void)
{