From: Alan T. DeKok Date: Thu, 1 Apr 2021 20:36:20 +0000 (-0400) Subject: shut up compiler X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6edbce62009369d440b5239a451a0c989c657d8;p=thirdparty%2Ffreeradius-server.git shut up compiler --- diff --git a/src/main/process.c b/src/main/process.c index c385041cc9..a2568553ae 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -5479,7 +5479,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