Skip to content
Snippets Groups Projects
Commit d331d4c1 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove lint.

parent cda19446
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment