packages/net/softethervpn5/patches/120-remove-region-restriction.patch

13 lines
375 B
Diff

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