mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 11:40:25 +08:00
11 lines
288 B
Diff
11 lines
288 B
Diff
--- a/src/Cedar/Server.c
|
|
+++ b/src/Cedar/Server.c
|
|
@@ -10901,6 +10901,7 @@ bool SiCheckCurrentRegion(CEDAR *c, char
|
|
//
|
|
bool SiIsEnterpriseFunctionsRestrictedOnOpenSource(CEDAR *c)
|
|
{
|
|
+ return false;
|
|
char region[128];
|
|
bool ret = false;
|
|
// Validate arguments
|