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:
+1
-1
@@ -255,7 +255,7 @@ static void init()
|
||||
|
||||
dbg = dbg_tls;
|
||||
|
||||
lib->plugins->load(lib->plugins, NULL, PLUGINS);
|
||||
lib->plugins->load(lib->plugins, PLUGINS);
|
||||
|
||||
creds = mem_cred_create();
|
||||
lib->credmgr->add_set(lib->credmgr, &creds->set);
|
||||
|
||||
Reference in New Issue
Block a user