1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-14 19:54:57 +03:00

Fix auto refreshing of client manager

This commit is contained in:
Yihong Wu
2021-09-28 20:15:41 +08:00
parent 3a2d588722
commit 582a739179
2 changed files with 1 additions and 11 deletions

View File

@ -5410,7 +5410,7 @@ NOTIFY_CLIENT *CcConnectNotify(REMOTE_CLIENT *rc)
NOTIFY_CLIENT *n;
SOCK *s;
char tmp[MAX_SIZE];
bool rpc_mode = false;
UINT rpc_mode = 0;
UINT port;
// Validate arguments
if (rc == NULL || rc->Rpc == NULL || rc->Rpc->Sock == NULL)