diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index 5eaa6f8d4f..1a13895369 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -734,11 +734,13 @@ retry_lock: } } +#ifdef HAVE_TLS +done:; +#endif /* HAVE_TLS */ if ( li->li_idle_timeout && lc ) { lc->lc_time = op->o_time; } -done:; return lc; }