mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 16:25:01 +03:00
v4.14-9529-beta
This commit is contained in:
@ -2911,6 +2911,8 @@ bool ServerAccept(CONNECTION *c)
|
||||
s->LocalHostSession = local_host_session;
|
||||
s->NormalClient = true;
|
||||
|
||||
IPToStr(s->ClientIP, sizeof(s->ClientIP), &c->ClientIp);
|
||||
|
||||
if (c->FirstSock->IsRUDPSocket)
|
||||
{
|
||||
// R-UDP session
|
||||
|
Reference in New Issue
Block a user