softethervpn5: remove region restriction (#907)

This commit is contained in:
parkycai 2025-03-14 16:00:11 +08:00 committed by GitHub
parent 93cbfa078a
commit 5bc118af7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,12 @@
diff --git a/src/Cedar/Server.c b/src/Cedar/Server.c
index 1aad0d94..0eba8bfc 100644
--- a/src/Cedar/Server.c
+++ b/src/Cedar/Server.c
@@ -10749,6 +10749,7 @@ void SiGetCurrentRegion(CEDAR *c, char *region, UINT region_size)
//
bool SiIsEnterpriseFunctionsRestrictedOnOpenSource(CEDAR *c)
{
+ return false;
char region[128];
bool ret = false;
// Validate arguments