[Commits] [SCM] claws branch, master, updated. 3.13.2-88-g189829e

mones at claws-mail.org mones at claws-mail.org
Fri Mar 25 01:23:30 CET 2016


The branch, master has been updated
       via  189829e2c20a91cc869b96316dce1f549730977f (commit)
      from  f268c3466a04a491bc9061361a7c8887e3d5a95d (commit)

Summary of changes:
 src/password.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 189829e2c20a91cc869b96316dce1f549730977f
Author: Ricardo Mones <ricardo at mones.org>
Date:   Fri Mar 25 01:23:18 2016 +0100

    Remove dead code when the #ifndef is true

diff --git a/src/password.c b/src/password.c
index e849cab..f24229b 100644
--- a/src/password.c
+++ b/src/password.c
@@ -549,9 +549,9 @@ gchar *password_encrypt(const gchar *password,
 		encryption_passphrase = master_passphrase();
 
 	return password_encrypt_real(password, encryption_passphrase);
-#endif
-
+#else
 	return password_encrypt_old(password);
+#endif
 }
 
 gchar *password_decrypt(const gchar *password,

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list