plugin-loader: Removed unused path argument of load() method

Multiple additional search paths can be added with the add_path()
method.
This commit is contained in:
Tobias Brunner
2013-06-28 10:44:15 +02:00
parent 9da142b4dc
commit b18a531715
25 changed files with 33 additions and 37 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ int main(int arc, char *argv[])
int timeout, threads;
library_init(NULL);
if (!lib->plugins->load(lib->plugins, NULL,
if (!lib->plugins->load(lib->plugins,
lib->settings->get_str(lib->settings, "medsrv.load", PLUGINS)))
{
return 1;