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

Remove lint.

parent cda19446
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,10 @@ open_ldap_connection( LDAP *ld, Sockbuf *sb, LDAPURLDesc *srv, ...@@ -270,7 +270,10 @@ open_ldap_connection( LDAP *ld, Sockbuf *sb, LDAPURLDesc *srv,
char **krbinstancep, int async ) char **krbinstancep, int async )
{ {
int rc = -1; int rc = -1;
int port, tls; int port;
#ifdef HAVE_TLS
int tls;
#endif
long addr; long addr;
Debug( LDAP_DEBUG_TRACE, "open_ldap_connection\n", 0, 0, 0 ); 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.
Finish editing this message first!
Please register or to comment