mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Set dm_type for internal API calls
This commit is contained in:
parent
b6fdc87df8
commit
7acb5cb2f4
1 changed files with 3 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ int adm_entry_get_reference_param(struct dmctx *ctx, char *param, char *linker,
|
|||
dmctx.inparam_isparam = 1;
|
||||
dmctx.in_param = param;
|
||||
dmctx.linker = linker;
|
||||
dmctx.dm_type = ctx->dm_type;
|
||||
|
||||
dm_entry_get_reference_param(&dmctx);
|
||||
|
||||
|
|
@ -310,6 +311,7 @@ int adm_entry_get_reference_value(struct dmctx *ctx, const char *param, char **v
|
|||
bbf_ctx_init_sub(&dmctx, ctx->dm_entryobj);
|
||||
|
||||
dmctx.in_param = linker;
|
||||
dmctx.dm_type = ctx->dm_type;
|
||||
|
||||
dm_entry_get_reference_value(&dmctx);
|
||||
|
||||
|
|
@ -334,6 +336,7 @@ bool adm_entry_object_exists(struct dmctx *ctx, const char *param) // To be remo
|
|||
blob_buf_init(&dmctx.bb, 0);
|
||||
|
||||
dmctx.in_param = linker;
|
||||
dmctx.dm_type = ctx->dm_type;
|
||||
|
||||
dm_entry_object_exists(&dmctx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue