[Commits] [SCM] claws branch, master, updated. 3.11.1-104-gc3112d8

claws at claws-mail.org claws at claws-mail.org
Thu May 28 09:56:24 CEST 2015


The branch, master has been updated
       via  c3112d84245d05b471ecdaebb4a6cea5ff3af6dd (commit)
      from  084d8dcadc1bfb53b0084a4a717d9bfdc122e48b (commit)

Summary of changes:
 src/ldapserver.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit c3112d84245d05b471ecdaebb4a6cea5ff3af6dd
Author: Paul <paul at claws-mail.org>
Date:   Thu May 28 08:56:19 2015 +0100

    fix last commit
    
    my fault, not a problem with the patch

diff --git a/src/ldapserver.c b/src/ldapserver.c
index 4282748..5006f46 100644
--- a/src/ldapserver.c
+++ b/src/ldapserver.c
@@ -765,7 +765,7 @@ LDAP *ldapsvr_connect(LdapControl *ctl) {
 
 	ldapsrv_set_options (ctl->timeOut, NULL);
 	uri = g_strdup_printf("ldap%s://%s:%d",
-				(ctl->enableSSL || ctl->enableTLS)?"s":""
+				(ctl->enableSSL || ctl->enableTLS)?"s":"",
 				ctl->hostName, ctl->port);
 #ifdef G_OS_UNIX
 	ldap_initialize(&ld, uri);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list