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

List:       kde-commits
Subject:    kdebase/kcontrol/crypto
From:       George Staikos <staikos () kde ! org>
Date:       2003-02-14 23:19:55
[Download RAW message or body]

CVS commit by staikos: 

disable EXP-ADH- as well


  M +2 -2      crypto.cpp   1.116


--- kdebase/kcontrol/crypto/crypto.cpp  #1.115:1.116
@@ -2313,5 +2313,5 @@ SSL_METHOD *meth;
       break;
     // Leak of sc*?
-    if (QString(sc->name).left(3) == "ADH") {
+    if (QString(sc->name).contains("ADH-")) {
       continue;
     }
@@ -2340,5 +2340,5 @@ SSL_METHOD *meth;
       break;
     // Leak of sc*?
-    if (QString(sc->name).left(3) == "ADH") {
+    if (QString(sc->name).contains("ADH-")) {
       continue;
     }


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

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