From dc9afeb2130dc6499c9c29b65a7a5bd044c4c775 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Fri, 28 Jan 2022 15:43:50 -0800 Subject: [PATCH] Config: Reuse 4.x configs directly Since compat is not meant to run alongside real 4.x, we shouldn't care about reusing the original settings. --- src/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.cpp b/src/Config.cpp index 650ef4a4..c522a08c 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -26,7 +26,7 @@ with this program. If not, see #include #include -#define SECTION_NAME "WebsocketAPICompat" +#define SECTION_NAME "WebsocketAPI" #define PARAM_ENABLE "ServerEnabled" #define PARAM_PORT "ServerPort" #define PARAM_LOCKTOIPV4 "LockToIPv4"