summaryrefslogtreecommitdiffstats
path: root/src/Net/Connection.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-08 03:50:42 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-08 03:50:42 +0200
commit87aad429d08b2a352f0f4345e45a03a0a7da2407 (patch)
tree2d1edba8fedbf8d6a77acb7223def7012437ce76 /src/Net/Connection.cpp
parent406510059972fdbfb14bc8985980f52c655d5946 (diff)
downloadmad-87aad429d08b2a352f0f4345e45a03a0a7da2407.tar
mad-87aad429d08b2a352f0f4345e45a03a0a7da2407.zip
GSSAPI-Authentifikation fertig
Diffstat (limited to 'src/Net/Connection.cpp')
-rw-r--r--src/Net/Connection.cpp2
1 files changed, 2 insertions, 0 deletions
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;
}