diff options
author | Alex <b0ris@b0ris-satellite.localdomain> | 2011-11-05 02:45:53 +0200 |
---|---|---|
committer | Alex <b0ris@b0ris-satellite.localdomain> | 2011-11-05 02:45:53 +0200 |
commit | 2f71a1e82c20f4322ea0fb2994da251de58b366f (patch) | |
tree | 3686abb1ed4f1c06613a49a15b563e08aef1bc64 /client/Config.cpp | |
parent | 6f9a82364b5480ac7b0056b3563776bacf605f62 (diff) |
Fix segfault in SslClient
Diffstat (limited to 'client/Config.cpp')
-rw-r--r-- | client/Config.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/Config.cpp b/client/Config.cpp index 7e617a3..ee8b9da 100644 --- a/client/Config.cpp +++ b/client/Config.cpp @@ -97,10 +97,8 @@ Config::Config(): QObject(), StaticProxySpeedLow(50) this, SLOT(updateConfig())); client = new SslClient(servers[0].host); - /* connect(client, SIGNAL(ReplyRecieved(SslClient::RequestType&, QByteArray&)), this, SLOT(gotServerReply(SslClient::RequestType&, QByteArray&))); - */ client->SendRequest(SslClient::Config); } |