summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-08-10 18:42:37 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-08-10 18:42:37 (GMT)
commit2cf66be04453bb212948e720d08dca4cfa96b35c (patch)
tree38d6da8fea25a43e0472490829ae32543cfc355f /Swiften/Session/Session.h
parent525d9b52319f52346ac2354c30e0bbb487a422f4 (diff)
downloadswift-2cf66be04453bb212948e720d08dca4cfa96b35c.zip
swift-2cf66be04453bb212948e720d08dca4cfa96b35c.tar.bz2
Fixed Session restart bug.
Diffstat (limited to 'Swiften/Session/Session.h')
-rw-r--r--Swiften/Session/Session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Session/Session.h b/Swiften/Session/Session.h
index 2c5ec34..26d10c1 100644
--- a/Swiften/Session/Session.h
+++ b/Swiften/Session/Session.h
@@ -108,5 +108,6 @@ namespace Swift {
boost::shared_ptr<ConnectionLayer> connectionLayer;
StreamStack* streamStack;
bool initialized;
+ bool finishing;
};
}