From: Alan T. DeKok Date: Wed, 11 Aug 2021 14:48:25 +0000 (-0400) Subject: use EOL. which removes the listener from the event list X-Git-Tag: release_3_0_24~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab0dae5ab40c5e89b1d20a6bc1f5e15c0fd31099;p=thirdparty%2Ffreeradius-server.git use EOL. which removes the listener from the event list --- diff --git a/src/main/tls_listen.c b/src/main/tls_listen.c index aaf7e4937ce..b2fc15da8c0 100644 --- a/src/main/tls_listen.c +++ b/src/main/tls_listen.c @@ -784,7 +784,7 @@ int dual_tls_send(rad_listen_t *listener, REQUEST *request) */ if (sock->state == LISTEN_TLS_CHECKING) { if (request->reply->code != PW_CODE_ACCESS_ACCEPT) { - listener->status = RAD_LISTEN_STATUS_REMOVE_NOW; + listener->status = RAD_LISTEN_STATUS_EOL; listener->tls = NULL; /* parent owns this! */ /*