mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-14 21:20:28 +01:00
instance: Fix instances for all paths
This commit is contained in:
parent
a9dff9e621
commit
31db6dab25
1 changed files with 2 additions and 2 deletions
|
|
@ -1448,8 +1448,8 @@ int dm_entry_get_instances(struct dmctx *dmctx)
|
|||
dmctx->method_obj = mobj_get_instances_in_obj;
|
||||
dmctx->method_param = mparam_get_instances_in_obj;
|
||||
|
||||
err = dm_browse(dmctx, &node, root, NULL, NULL);
|
||||
return err;
|
||||
dm_browse(dmctx, &node, root, NULL, NULL);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int mobj_get_instances_in_obj(DMOBJECT_ARGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue