]> git.sur5r.net Git - openldap/commitdiff
touch idle-timeout HAVE_TLS odds; silence warning #ifndef HAVE_TLS
authorPierangelo Masarati <ando@openldap.org>
Sat, 6 May 2006 10:50:13 +0000 (10:50 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 6 May 2006 10:50:13 +0000 (10:50 +0000)
servers/slapd/back-ldap/bind.c

index 5eaa6f8d4f8d330ad6e8b2ff94f794e986555d82..1a13895369417663e7844949fd1d28910c7835aa 100644 (file)
@@ -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;
 }