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

List:       kde-commits
Subject:    KDE/kdebase/runtime/kpasswdserver
From:       Tom Albers <tomalbers () kde ! nl>
Date:       2009-01-31 22:42:19
Message-ID: 1233441739.154473.4487.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 919418 by toma:

Make the user part optional.


 M  +1 -1      kpasswdserver.cpp  


--- trunk/KDE/kdebase/runtime/kpasswdserver/kpasswdserver.cpp #919417:919418
@@ -321,7 +321,7 @@
                      << current->info.username;
             if (current->info.url.protocol() == protocol &&
                current->info.url.host() == host &&
-               current->info.username == user)
+               (current->info.username == user || user.isEmpty()))
             {
                 kDebug(130) << "Removing this entry";
                 removeAuthInfoItem(dictIterator.key(), current->info);
[prev in list] [next in list] [prev in thread] [next in thread] 

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