mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-18 02:01:26 +01:00
Return default value of Device.ManagementServer.UpgradesManaged
This commit is contained in:
parent
c30dd0d2db
commit
b035427a05
1 changed files with 2 additions and 0 deletions
|
|
@ -235,6 +235,8 @@ static int set_management_server_connection_request_passwd(char *refparam, struc
|
|||
static int get_upgrades_managed(char *refparam, struct dmctx *ctx, void *data, char *instance, char **value)
|
||||
{
|
||||
dmuci_get_option_value_string("cwmp", "cpe", "upgrades_managed", value);
|
||||
if ((*value)[0] == '\0')
|
||||
dmasprintf(value, "%s", "false");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue