From 4c4475f3b50abe03cfed60014c1b48eda10b4859 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 7 Oct 2013 10:45:03 +0200 Subject: Fixed authenticator thread restart. This fixes #209. --- source/Authenticator.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source/Authenticator.cpp') diff --git a/source/Authenticator.cpp b/source/Authenticator.cpp index dcc63299e..a45617f93 100644 --- a/source/Authenticator.cpp +++ b/source/Authenticator.cpp @@ -100,6 +100,16 @@ void cAuthenticator::Authenticate(int a_ClientID, const AString & a_UserName, co +void cAuthenticator::Start(void) +{ + m_ShouldTerminate = false; + super::Start(); +} + + + + + void cAuthenticator::Stop(void) { m_ShouldTerminate = true; -- cgit v1.2.3