Skip to content

Commit

Permalink
res: mod-reg: fix sid_mod_reg_mod_load to also pass registry structur…
Browse files Browse the repository at this point in the history
…e on module resource creation
  • Loading branch information
prajnoha committed Apr 11, 2024
1 parent 194fe14 commit 533a451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource/module-registry.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ sid_res_t *sid_mod_reg_mod_load(sid_res_t *mod_registry_res, const char *module_
&sid_res_type_mod,
SID_RES_FL_RESTRICT_WALK_UP | SID_RES_FL_DISALLOW_ISOLATION,
module_name,
NULL,
registry,
SID_RES_PRIO_NORMAL,
SID_RES_NO_SERVICE_LINKS))) {
sid_res_log_debug(mod_registry_res, "Failed to load module %s/%s.", registry->directory, module_name);
Expand Down

0 comments on commit 533a451

Please sign in to comment.