diff --git a/src/main/process.c b/src/main/process.c index c33b9c9520f0c..8e77b74f639d6 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -5735,6 +5735,10 @@ static void event_new_fd(rad_listen_t *this) this->status = RAD_LISTEN_STATUS_KNOWN; #ifdef WITH_TLS + if (this->type == RAD_LISTEN_DETAIL) { + return; + } + sock = this->data; if (!sock->write_handler) return;