From b18a53171537f81e8dc4a094a5368bdd9d3c7e4f Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 28 Jun 2013 10:44:15 +0200 Subject: plugin-loader: Removed unused path argument of load() method Multiple additional search paths can be added with the add_path() method. --- scripts/tls_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/tls_test.c') diff --git a/scripts/tls_test.c b/scripts/tls_test.c index 332f13d89..e1e8ca82b 100644 --- a/scripts/tls_test.c +++ b/scripts/tls_test.c @@ -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); -- cgit v1.2.3