Correct auth state thinko. Spotter credit to Willem.

This commit is contained in:
Jim Hague 2019-01-23 11:34:02 +00:00
parent 8980f5f5ee
commit cdc0d43315
1 changed files with 1 additions and 1 deletions

View File

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