mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-01-28 01:27:16 +01:00
Data Model: Align with new reference APIs
This commit is contained in:
parent
80f8f26836
commit
1d8b341b4f
1 changed files with 1 additions and 1 deletions
|
|
@ -1063,7 +1063,7 @@ static int get_manageable_device_host(char *refparam, struct dmctx *ctx, void *d
|
|||
{
|
||||
struct manageable_device_args *device = (struct manageable_device_args *)data;
|
||||
|
||||
return bbf_get_reference_param("Device.Hosts.Host.", "PhysAddress", device->mac, value);
|
||||
return _bbfdm_get_references(ctx, "Device.Hosts.Host.", "PhysAddress", device->mac, value);
|
||||
}
|
||||
|
||||
static int get_transfer_compl_policy_enable(char *refparam, struct dmctx *ctx, void *data, char *instance, char **value)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue