From: Pierangelo Masarati Date: Sat, 6 May 2006 10:50:13 +0000 (+0000) Subject: touch idle-timeout HAVE_TLS odds; silence warning #ifndef HAVE_TLS X-Git-Tag: OPENLDAP_REL_ENG_2_4_1ALPHA~2^2~76 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=401b211d98a6b6f8e1dc36ef92050edf52199001;p=openldap touch idle-timeout HAVE_TLS odds; silence warning #ifndef HAVE_TLS --- 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; }