mirror of https://github.com/getdnsapi/getdns.git
Merge remote-tracking branch 'jim/feature/abstract-tls' into devel/abstract-tls
This commit is contained in:
commit
c4bd91b196
|
@ -845,7 +845,7 @@ tls_create_object(getdns_dns_req *dnsreq, int fd, getdns_upstream *upstream)
|
|||
|
||||
if (r) {
|
||||
_getdns_tls_connection_free(&upstream->upstreams->mf, tls);
|
||||
upstream->tls_auth_state = r;
|
||||
upstream->tls_auth_state = GETDNS_AUTH_NONE;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue