mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-28 01:47:18 +01:00
Set Method: Update the allowed object
This commit is contained in:
parent
2e13ddbd0e
commit
d80f1599d9
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ int dm_entry_validate_allowed_objects(struct dmctx *ctx, char *value, char *obje
|
|||
|
||||
for (; *objects; objects++) {
|
||||
|
||||
if (DM_STRNCMP(value, *objects, DM_STRLEN(*objects)) == 0) {
|
||||
if (match(value, *objects)) {
|
||||
char *linker = NULL;
|
||||
|
||||
adm_entry_get_linker_value(ctx, value, &linker);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue