From: Alan T. DeKok Date: Tue, 3 Aug 2021 18:42:15 +0000 (-0400) Subject: don't build coa tunnel by default X-Git-Tag: release_3_0_24~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170f54c742348a00c97ee79bac2a9b210b234f56;p=thirdparty%2Ffreeradius-server.git don't build coa tunnel by default --- diff --git a/src/include/features-h b/src/include/features-h index fc5c707afa..349d37362a 100644 --- a/src/include/features-h +++ b/src/include/features-h @@ -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