[channels,rdpear] default to OFF

Since the channel was introduced late in the 3.x series require users to
explicitly enable it to not break existing build setups.
This commit is contained in:
akallabeth
2024-09-30 09:42:05 +02:00
parent 51b179b9c7
commit 2973ff7004

View File

@@ -1,7 +1,7 @@
set(OPTION_DEFAULT OFF)
set(OPTION_CLIENT_DEFAULT ON)
set(OPTION_SERVER_DEFAULT ON)
set(OPTION_CLIENT_DEFAULT OFF)
set(OPTION_SERVER_DEFAULT OFF)
define_channel_options(NAME "rdpear" TYPE "dynamic"
DESCRIPTION "Authentication redirection Virtual Channel Extension"