From b65829f7d22ca0ef8e594cd5b321b144c3d75925 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Wed, 20 Aug 2014 14:07:27 +0200 Subject: [PATCH] openldap: initialize StartTLS option to it's default value --- src/openldap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openldap.c b/src/openldap.c index 99b719ae..0c5a0a55 100644 --- a/src/openldap.c +++ b/src/openldap.c @@ -627,6 +627,7 @@ static int ldap_config_add (oconfig_item_t *ci) /* {{{ */ return (status); } + st->starttls = 0; st->timeout = -1; st->verifyhost = 1; st->version = LDAP_VERSION3; -- 2.11.0