let plugin_discover() barf out when the plugin.path config cant be found

This commit is contained in:
Christian Thaeter 2008-11-05 11:13:42 +01:00
parent fa6b6d54e9
commit d5c61c0e9d

View file

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