From 1d8b341b4f15cc5b1c87bd4fd692a5e4f2ecfa3c Mon Sep 17 00:00:00 2001 From: Amin Ben Romdhane Date: Fri, 24 May 2024 14:13:23 +0200 Subject: [PATCH] Data Model: Align with new reference APIs --- bbf_plugin/datamodel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbf_plugin/datamodel.c b/bbf_plugin/datamodel.c index 532b3ed..99d6f7f 100644 --- a/bbf_plugin/datamodel.c +++ b/bbf_plugin/datamodel.c @@ -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)