Skip to content
Snippets Groups Projects
Commit 90b31b95 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] Fix. Check for the presence of a list of manifests is added.

parent 85a6e51d
Branches feature-2236
No related tags found
1 merge request!27Support update sdk and merge plugins repo
......@@ -44,6 +44,8 @@ void dap_chain_plugins_loading(){
dap_chain_plugins_list_manifest_t *man = NULL;
dap_chain_plugins_list_manifest_t *treshold = NULL;
dap_chain_plugins_list_manifest_t *tmp = NULL;
if (l_manifests == NULL)
return;
LL_FOREACH_SAFE(l_manifests, man, tmp){
if (man->name == NULL){
log_it(L_ERROR, "Can loading plugin, file not found");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment