mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-27 00:52:55 -05:00
dnstap io, fix for review comment.
This commit is contained in:
parent
49622dd51a
commit
ed5a9ed1b1
1 changed files with 6 additions and 6 deletions
|
|
@ -1681,12 +1681,12 @@ static void dtio_open_output(struct dt_io_thread* dtio)
|
|||
dtio_reconnect_enable(dtio);
|
||||
return;
|
||||
}
|
||||
}
|
||||
if(dtio->upstream_is_tls) {
|
||||
if(!dtio_setup_ssl(dtio)) {
|
||||
dtio_close_fd(dtio);
|
||||
dtio_reconnect_enable(dtio);
|
||||
return;
|
||||
if(dtio->upstream_is_tls) {
|
||||
if(!dtio_setup_ssl(dtio)) {
|
||||
dtio_close_fd(dtio);
|
||||
dtio_reconnect_enable(dtio);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
dtio->check_nb_connect = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue