Set Method: Update the allowed object

This commit is contained in:
Amin Ben Romdhane 2023-04-28 17:29:36 +02:00
parent 2e13ddbd0e
commit d80f1599d9

View file

@ -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);