mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Remove lint.
This commit is contained in:
parent
cda19446ef
commit
d331d4c1f3
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user