]> git.sur5r.net Git - openldap/commitdiff
Remove lint.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 12 Dec 1999 05:07:17 +0000 (05:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 12 Dec 1999 05:07:17 +0000 (05:07 +0000)
libraries/libldap/open.c

index 50973e37f4b4b2b3eed0cf1aec1403f220a20f41..43c7b80a92fe9fd6b3a9adf414badc2d8bf64eee 100644 (file)
@@ -270,7 +270,10 @@ open_ldap_connection( LDAP *ld, Sockbuf *sb, LDAPURLDesc *srv,
        char **krbinstancep, int async )
 {
        int rc = -1;
-       int port, tls;
+       int port;
+#ifdef HAVE_TLS
+       int tls;
+#endif
        long addr;
 
        Debug( LDAP_DEBUG_TRACE, "open_ldap_connection\n", 0, 0, 0 );