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

Initialize authid in case ldap_pvt_tls_get_my_dn fails

parent ef678b17
No related branches found
No related tags found
No related merge requests found
......@@ -1278,7 +1278,7 @@ ldap_int_tls_start ( LDAP *ld, LDAPConn *conn, LDAPURLDesc *srv )
* set SASL properties to TLS ssf and authid
*/
{
struct berval authid;
struct berval authid = { 0, NULL };
ber_len_t ssf;
/* we need to let SASL know */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment