mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
HubName has to be set after Copy
Hubname has to be set after copy or it will be an empty string. To get the real hubname (correct casing) we use it directly from the hub instead of the given parameter
This commit is contained in:
@ -7392,8 +7392,8 @@ UINT StGetSecureNATOption(ADMIN *a, VH_OPTION *t)
|
||||
}
|
||||
|
||||
Zero(t, sizeof(VH_OPTION));
|
||||
StrCpy(t->HubName, sizeof(t->HubName), hubname);
|
||||
Copy(t, h->SecureNATOption, sizeof(VH_OPTION));
|
||||
StrCpy(t->HubName, sizeof(t->HubName), h->Name);
|
||||
t->ApplyDhcpPushRoutes = true;
|
||||
|
||||
ReleaseHub(h);
|
||||
|
Reference in New Issue
Block a user