]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
shut up compiler
authorAlan T. DeKok <aland@freeradius.org>
Thu, 1 Apr 2021 20:36:20 +0000 (16:36 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 2 Apr 2021 19:14:45 +0000 (15:14 -0400)
src/main/process.c

index c385041cc95103d57d1602a95143beb1643a1d0f..a2568553ae319764f5d76140d3936305c619c99b 100644 (file)
@@ -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