summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Client/ClientSession.cpp')
-rw-r--r--Swiften/Client/ClientSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Client/ClientSession.cpp b/Swiften/Client/ClientSession.cpp
index 802ac0a..1409195 100644
--- a/Swiften/Client/ClientSession.cpp
+++ b/Swiften/Client/ClientSession.cpp
@@ -197,7 +197,7 @@ void ClientSession::sendSessionStart() {
void ClientSession::handleSessionFinished(const boost::optional<SessionError>& error) {
if (error) {
- assert(!error_);
+ //assert(!error_);
state_ = Error;
error_ = error;
}