mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 08:40:55 +08:00
11 lines
303 B
Diff
11 lines
303 B
Diff
--- a/src/Cedar/Server.c 2020-04-30 16:48:22.000000000 +0800
|
|
+++ b/src/Cedar/Server.c 2022-08-12 15:08:36.000000000 +0800
|
|
@@ -10624,6 +10624,7 @@
|
|
//
|
|
bool SiIsEnterpriseFunctionsRestrictedOnOpenSource(CEDAR *c)
|
|
{
|
|
+ return false;
|
|
char region[128];
|
|
bool ret = false;
|
|
// Validate arguments
|