Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/Admin.c')
-rw-r--r--src/Cedar/Admin.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Cedar/Admin.c b/src/Cedar/Admin.c
index f622f67b..1b4702dd 100644
--- a/src/Cedar/Admin.c
+++ b/src/Cedar/Admin.c
@@ -3130,15 +3130,6 @@ UINT StEnumLogFile(ADMIN *a, RPC_ENUM_LOG_FILE *t)
ReleaseHub(h);
}
- else
- {
- if (s->ServerType == SERVER_TYPE_FARM_CONTROLLER)
- {
- // Since Management session will become unstable if log files are
- // enumerated on a cluster controller, it forbids.
- return ERR_NOT_SUPPORTED;
- }
- }
if (no_access)
{