mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-05 22:39:35 -05:00
Update services/outside_network.c
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
This commit is contained in:
parent
196654efec
commit
f5a197f96e
1 changed files with 1 additions and 1 deletions
|
|
@ -2289,7 +2289,7 @@ setup_comm_ssl(struct comm_point* cp, struct outside_network* outnet,
|
|||
cp->ssl = outgoing_ssl_fd(outnet->sslctx, fd);
|
||||
if(!cp->ssl) {
|
||||
log_err("cannot create SSL object");
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
#ifdef USE_WINSOCK
|
||||
comm_point_tcp_win_bio_cb(cp, cp->ssl);
|
||||
|
|
|
|||
Loading…
Reference in a new issue