From 87aad429d08b2a352f0f4345e45a03a0a7da2407 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 8 Sep 2008 03:50:42 +0200 Subject: GSSAPI-Authentifikation fertig --- src/Net/Connection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Net/Connection.cpp') diff --git a/src/Net/Connection.cpp b/src/Net/Connection.cpp index 6a30d11..cfced4f 100644 --- a/src/Net/Connection.cpp +++ b/src/Net/Connection.cpp @@ -226,6 +226,8 @@ void Connection::doDisconnect() { delete peer; peer = 0; + authenticated = false; + state = DISCONNECTED; } -- cgit v1.2.3