aboutsummaryrefslogtreecommitdiff
path: root/security/softether-devel/files/patch-src__Cedar__Server.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/softether-devel/files/patch-src__Cedar__Server.c')
-rw-r--r--security/softether-devel/files/patch-src__Cedar__Server.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/security/softether-devel/files/patch-src__Cedar__Server.c b/security/softether-devel/files/patch-src__Cedar__Server.c
deleted file mode 100644
index 1de2f960cf5b..000000000000
--- a/security/softether-devel/files/patch-src__Cedar__Server.c
+++ /dev/null
@@ -1,30 +0,0 @@
---- src/Cedar/Server.c.orig 2016-05-03 06:16:53 UTC
-+++ src/Cedar/Server.c
-@@ -115,12 +115,12 @@
-
- static SERVER *server = NULL;
- static LOCK *server_lock = NULL;
--char *SERVER_CONFIG_FILE_NAME = "@vpn_server.config";
--char *SERVER_CONFIG_FILE_NAME_IN_CLIENT = "@vpn_gate_svc.config";
--char *SERVER_CONFIG_FILE_NAME_IN_CLIENT_RELAY = "@vpn_gate_relay.config";
--char *BRIDGE_CONFIG_FILE_NAME = "@vpn_bridge.config";
--char *SERVER_CONFIG_TEMPLATE_NAME = "@vpn_server_template.config";
--char *BRIDGE_CONFIG_TEMPLATE_NAME = "@vpn_server_template.config";
-+char *SERVER_CONFIG_FILE_NAME = "/var/db/softether/vpn_server.config";
-+char *SERVER_CONFIG_FILE_NAME_IN_CLIENT = "/var/db/softether/vpn_gate_svc.config";
-+char *SERVER_CONFIG_FILE_NAME_IN_CLIENT_RELAY = "/var/db/softether/vpn_gate_relay.config";
-+char *BRIDGE_CONFIG_FILE_NAME = "/var/db/softether/vpn_bridge.config";
-+char *SERVER_CONFIG_TEMPLATE_NAME = "/var/db/softether/vpn_server_template.config";
-+char *BRIDGE_CONFIG_TEMPLATE_NAME = "/var/db/softether/vpn_server_template.config";
-
- static bool server_reset_setting = false;
-
-@@ -10916,7 +10916,7 @@ SERVER *SiNewServerEx(bool bridge, bool
- #endif // OS_WIN32
-
- #ifdef ENABLE_AZURE_SERVER
-- if (IsFileExists("@azureserver.config"))
-+ if (IsFileExists("/var/db/softether/azureserver.config"))
- {
- DisableRDUPServerGlobally();
- s->AzureServer = NewAzureServer(s->Cedar);