mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
Implementation of the JSON-RPC API and the Web Admin interface. (dnobori's internal note: 7579 - 7682)
This commit is contained in:
@ -681,6 +681,8 @@ void HubOptionStructToData(RPC_ADMIN_OPTION *ao, HUB_OPTION *o, char *hub_name)
|
||||
{
|
||||
ADMIN_OPTION *a = LIST_DATA(aol, i);
|
||||
|
||||
UniStrCpy(a->Descrption, sizeof(a->Descrption), GetHubAdminOptionHelpString(a->Name));
|
||||
|
||||
Copy(&ao->Items[i], a, sizeof(ADMIN_OPTION));
|
||||
|
||||
Free(a);
|
||||
|
Reference in New Issue
Block a user