Skip to content
Snippets Groups Projects
Commit ddfb4b77 authored by Howard Chu's avatar Howard Chu
Browse files

Forced commit, undo previous accidental checkin.

parent 4396ad33
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
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