From: Paul Date: Thu, 28 May 2015 07:56:19 +0000 (+0100) Subject: fix last commit X-Git-Tag: 3.12.0~140 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=c3112d84245d05b471ecdaebb4a6cea5ff3af6dd fix last commit my fault, not a problem with the patch --- diff --git a/src/ldapserver.c b/src/ldapserver.c index 4282748a2..5006f46cb 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);