mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 16:25:01 +03:00
Divide version in multiple macros and set default values
This commit is contained in:
@ -1489,8 +1489,8 @@ bool ServerAccept(CONNECTION *c)
|
||||
{
|
||||
StrCpy(c->ClientStr, sizeof(c->ClientStr), "Unknown");
|
||||
}
|
||||
c->ServerVer = CEDAR_VER;
|
||||
c->ServerBuild = CEDAR_BUILD;
|
||||
c->ServerVer = GetCedarVersionNumber();
|
||||
c->ServerBuild = CEDAR_VERSION_BUILD;
|
||||
|
||||
// Get the NODE_INFO
|
||||
Zero(&node, sizeof(node));
|
||||
|
Reference in New Issue
Block a user