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

List:       subversion-cvs
Subject:    svn commit: r35615 - trunk/subversion/libsvn_auth_kwallet
From:       Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA () GMail ! Com>
Date:       2009-01-31 3:16:54
Message-ID: 200901310316.n0V3GsaE031791 () svn2 ! sjc ! collab ! net
[Download RAW message or body]

Author: arfrever
Date: Fri Jan 30 19:16:54 2009
New Revision: 35615

Log:
* subversion/libsvn_auth_kwallet/kwallet.cpp
  (kwallet_password_get): Fix a typo.

Modified:
   trunk/subversion/libsvn_auth_kwallet/kwallet.cpp

Modified: trunk/subversion/libsvn_auth_kwallet/kwallet.cpp
URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_auth_kwallet/kwallet.cpp?pathrev=35615&r1=35614&r2=35615
 ==============================================================================
--- trunk/subversion/libsvn_auth_kwallet/kwallet.cpp	Fri Jan 30 19:05:06 \
                2009	(r35614)
+++ trunk/subversion/libsvn_auth_kwallet/kwallet.cpp	Fri Jan 30 19:16:54 \
2009	(r35615) @@ -2,7 +2,7 @@
  * kwallet.cpp: KWallet provider for SVN_AUTH_CRED_*
  *
  * ====================================================================
- * Copyright (c) 2008 CollabNet.  All rights reserved.
+ * Copyright (c) 2008-2009 CollabNet.  All rights reserved.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution.  The terms
@@ -197,7 +197,7 @@ kwallet_password_get(const char **passwo
           if (wallet->setFolder(folder))
             {
               QString q_password;
-              if (wallet->readPassword(key, q_password) == 0);
+              if (wallet->readPassword(key, q_password) == 0)
                 {
                   *password = apr_pstrmemdup(pool,
                                              q_password.toUtf8().data(),

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1078010


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

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