From c53c638015097569a2408ae93723bfe667f27ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sun, 1 Aug 2010 16:38:28 +0200 Subject: Fixed typo. diff --git a/Swiften/Client/ClientSession.cpp b/Swiften/Client/ClientSession.cpp index 88b3d5a..2c130c3 100644 --- a/Swiften/Client/ClientSession.cpp +++ b/Swiften/Client/ClientSession.cpp @@ -255,7 +255,7 @@ void ClientSession::sendSessionStart() { } bool ClientSession::checkState(State state) { - if (state != state) { + if (this->state != state) { finishSession(Error::UnexpectedElementError); return false; } -- cgit v0.10.2-6-g49f6