mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-27 17:37:17 +01:00
Set internal root for dm-service
This commit is contained in:
parent
9e089f57d9
commit
d76877c20b
1 changed files with 4 additions and 0 deletions
|
|
@ -102,6 +102,10 @@ int bbfdm_load_dotso_plugin(struct bbfdm_context *bbfdm_ctx, void **lib_handle,
|
|||
//Dynamic Object
|
||||
*(void **) (&dynamic_obj) = dlsym(handle, "tDynamicObj");
|
||||
|
||||
if (INTERNAL_ROOT_TREE == NULL) {
|
||||
INTERNAL_ROOT_TREE = dynamic_obj;
|
||||
}
|
||||
|
||||
return bbfdm_load_internal_plugin(bbfdm_ctx, dynamic_obj, main_entry);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue