Skip to content

Commit

Permalink
修改解除路由推送限制
Browse files Browse the repository at this point in the history
  • Loading branch information
fightroad authored Nov 23, 2022
1 parent 3fa9303 commit e01eef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cedar/Server.c
Original file line number Diff line number Diff line change
Expand Up @@ -10914,7 +10914,7 @@ bool SiIsEnterpriseFunctionsRestrictedOnOpenSource(CEDAR *c)

if (StrCmpi(region, "JP") == 0 || StrCmpi(region, "CN") == 0)
{
ret = true;
ret = false;
}

return ret;
Expand Down

0 comments on commit e01eef4

Please sign in to comment.