mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 22:03:45 -05:00
Initialize authid in case ldap_pvt_tls_get_my_dn fails
This commit is contained in:
parent
ef678b179c
commit
3590877b77
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue