]> 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>
Thu, 22 Jul 2021 13:55:22 +0000 (09:55 -0400)
src/main/process.c

index 56c49211d557e8955a204d76f4da967bd59f2d29..5653cf85a49e184d94cbe280715cc17b803a5a7a 100644 (file)
@@ -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