let plugin_discover() barf out when the plugin.path config cant be found
This commit is contained in:
parent
fa6b6d54e9
commit
d5c61c0e9d
1 changed files with 3 additions and 0 deletions
|
|
@ -215,6 +215,9 @@ lumiera_plugin_discover (LumieraPlugin (*callback_load)(const char* plugin),
|
|||
++i;
|
||||
}
|
||||
|
||||
if (lumiera_error_peek ())
|
||||
return 0;
|
||||
|
||||
if (globs.gl_pathc)
|
||||
LUMIERA_RECMUTEX_SECTION (plugin, &lumiera_interface_mutex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue