[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/network
From:       Andreas Hartmetz <ahartmetz () gmail ! com>
Date:       2010-01-16 22:48:36
Message-ID: 1263682116.741683.28398.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1075876 by ahartmetz:

make setCiphers actually work. Ouch. Thanks to toma for finding the bug.

 M  +1 -0      ktcpsocket.cpp  


--- trunk/KDE/kdelibs/kdecore/network/ktcpsocket.cpp #1075875:1075876
@@ -706,6 +706,7 @@
 
 void KTcpSocket::setCiphers(const QList<KSslCipher> &ciphers)
 {
+    d->ciphers = ciphers;
     QList<QSslCipher> cl;
     foreach (const KSslCipher &c, d->ciphers) {
         cl.append(d->ccc.converted(c));
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic