]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
don't build coa tunnel by default
authorAlan T. DeKok <aland@freeradius.org>
Tue, 3 Aug 2021 18:42:15 +0000 (14:42 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 3 Aug 2021 18:42:15 +0000 (14:42 -0400)
src/include/features-h

index fc5c707afa381952518a00900772c37b46e31aa1..349d37362aa1459363ddae45b00dd255b3ea8786 100644 (file)
@@ -69,7 +69,7 @@
 #ifdef WITH_TLS
 #  ifdef WITH_COA
 #    ifndef WITHOUT_COA_TUNNEL
-#      define WITH_COA_TUNNEL (1)
+//#      define WITH_COA_TUNNEL (1)
 #    endif
 #  endif
 #endif