diff options
Diffstat (limited to 'Swiften/Client/CoreClient.cpp')
| -rw-r--r-- | Swiften/Client/CoreClient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Client/CoreClient.cpp b/Swiften/Client/CoreClient.cpp index c91e5c5..baebd4a 100644 --- a/Swiften/Client/CoreClient.cpp +++ b/Swiften/Client/CoreClient.cpp | |||
| @@ -259,6 +259,7 @@ void CoreClient::handleSessionFinished(boost::shared_ptr<Error> error) { | |||
| 259 | clientError = ClientError(ClientError::StreamError); | 259 | clientError = ClientError(ClientError::StreamError); |
| 260 | break; | 260 | break; |
| 261 | } | 261 | } |
| 262 | clientError.setErrorCode(actualError->errorCode); | ||
| 262 | } | 263 | } |
| 263 | else if (boost::shared_ptr<TLSError> actualError = boost::dynamic_pointer_cast<TLSError>(error)) { | 264 | else if (boost::shared_ptr<TLSError> actualError = boost::dynamic_pointer_cast<TLSError>(error)) { |
| 264 | switch(actualError->getType()) { | 265 | switch(actualError->getType()) { |
Swift