From: Alan T. DeKok Date: Thu, 1 Apr 2021 20:36:20 +0000 (-0400) Subject: shut up compiler X-Git-Tag: release_3_0_24~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1bda9ec21db769036162a9183a3a8f20a8a5e62;p=thirdparty%2Ffreeradius-server.git shut up compiler --- diff --git a/src/main/process.c b/src/main/process.c index 56c49211d55..5653cf85a49 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -5494,7 +5494,7 @@ static void event_new_fd(rad_listen_t *this) * to stop using it. And then remove it from the * list of outgoing sockets. */ - if ((this->type == RAD_LISTEN_PROXY) + if (this->type == RAD_LISTEN_PROXY #ifdef WITH_COA_TUNNEL || (this->send_coa && this->parent) #endif