mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-31 14:50:34 +08:00
Forced commit, undo previous accidental checkin.
This commit is contained in:
parent
4396ad3316
commit
ddfb4b775b
@ -311,9 +311,6 @@ struct ldap {
|
||||
LDAPConn *ld_defconn; /* default connection */
|
||||
LDAPConn *ld_conns; /* list of server connections */
|
||||
void *ld_selectinfo; /* platform specifics for select */
|
||||
#ifdef HAVE_TLS
|
||||
void *ld_ssl; /* SSL session for next connection */
|
||||
#endif
|
||||
};
|
||||
#define LDAP_VALID(ld) ( (ld)->ld_valid == LDAP_VALID_SESSION )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user