Initialize authid in case ldap_pvt_tls_get_my_dn fails

This commit is contained in:
Howard Chu 2002-05-04 01:32:41 +00:00
parent ef678b179c
commit 3590877b77

View File

@ -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 */