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

Initialize TLS connection callback

parent ae592801
No related branches found
No related tags found
No related merge requests found
......@@ -464,6 +464,11 @@ void ldap_int_initialize_global_options( struct ldapoptions *gopts, int *dbglvl
SASL_SEC_NOPLAINTEXT | SASL_SEC_NOANONYMOUS;
#endif
#ifdef HAVE_TLS
gopts->ldo_tls_connect_cb = NULL;
gopts->ldo_tls_connect_arg = NULL;
#endif
gopts->ldo_valid = LDAP_INITIALIZED;
return;
}
......
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