mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 22:33:07 -05:00
Forced commit, undo previous accidental checkin.
This commit is contained in:
parent
4396ad3316
commit
ddfb4b775b
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Reference in a new issue