ITS#1795 authid is uninit'd if tls_get_cert fails

This commit is contained in:
Howard Chu 2002-05-04 01:28:56 +00:00
parent 846a5832bb
commit ef678b179c

View file

@ -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;