From c5724c758c34e10c8f4c0930f5567a1fb3de181d Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 29 Mar 2023 20:55:20 +0900 Subject: [PATCH] fix CI --- src/main/process.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/process.c b/src/main/process.c index 8902386460..dd23cdc922 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -5424,8 +5424,6 @@ static void event_new_fd(rad_listen_t *this) if (this->type != RAD_LISTEN_DETAIL) { sock = this->data; rad_assert(sock != NULL); - } else { - rad_assert(!this->send_coa); } if (this->status == RAD_LISTEN_STATUS_INIT) { -- 2.47.2