From 401b211d98a6b6f8e1dc36ef92050edf52199001 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 6 May 2006 10:50:13 +0000 Subject: [PATCH] touch idle-timeout HAVE_TLS odds; silence warning #ifndef HAVE_TLS --- servers/slapd/back-ldap/bind.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- 2.39.5