mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
ITS#1795 authid is uninit'd if tls_get_cert fails
This commit is contained in:
parent
846a5832bb
commit
ef678b179c
1 changed files with 1 additions and 1 deletions
|
|
@ -1189,7 +1189,7 @@ int connection_read(ber_socket_t s)
|
|||
|
||||
} else if ( rc == 0 ) {
|
||||
void *ssl;
|
||||
struct berval authid;
|
||||
struct berval authid = { 0, NULL };
|
||||
|
||||
c->c_needs_tls_accept = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue