From: Marcus Eggenberger Date: Fri, 19 Oct 2007 23:45:16 +0000 (+0000) Subject: Nope, I will not answer any questions... X-Git-Tag: 0.1.0~117 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=521ed7df6d39cd809bd4fdf75974b2aaab59e583 Nope, I will not answer any questions... --- diff --git a/src/client/client.cpp b/src/client/client.cpp index 2cb2e128..4161ebcb 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -265,7 +265,7 @@ void Client::coreSocketDisconnected() { foreach(NetworkInfo *networkinfo, _networkInfo.values()) { delete networkinfo; } - Q_ASSERT(_networkinfo.empty()); + Q_ASSERT(_networkInfo.empty()); coreConnectionInfo.clear(); sessionData.clear();