fix last commit
authorPaul <paul@claws-mail.org>
Thu, 28 May 2015 07:56:19 +0000 (08:56 +0100)
committerPaul <paul@claws-mail.org>
Thu, 28 May 2015 07:56:19 +0000 (08:56 +0100)
my fault, not a problem with the patch

src/ldapserver.c

index 4282748a2d04104ed0f74508f829f0da8218007f..5006f46cb7626ff84ec0cb89c13a92966051652d 100644 (file)
@@ -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);