mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Initialize authid in case ldap_pvt_tls_get_my_dn fails
This commit is contained in:
parent
ef678b179c
commit
3590877b77
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user