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:
authordnobori <da.git@softether.co.jp>2020-03-21 04:40:29 +0300
committerdnobori <da.git@softether.co.jp>2020-03-21 04:40:29 +0300
commite3370fb62c31eb10d0d221e628161863358d4cc3 (patch)
tree0ed8befea99ad0a86c127c2396bb5c88dac740ed /src/Cedar/Admin.c
parent12b0330d8b67049d5940f0045e45c48092b7cf43 (diff)
v4.34-9744-betav4.34-9744-beta
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)
{