From 34d3bfcf14b31011e7b880f7ad1dfeba27aaeae6 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 22 Jan 2014 11:50:39 +0100 Subject: lib: Add global config namespace --- scripts/dh_speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/dh_speed.c') diff --git a/scripts/dh_speed.c b/scripts/dh_speed.c index dc0a2870f..8a782d80b 100644 --- a/scripts/dh_speed.c +++ b/scripts/dh_speed.c @@ -118,7 +118,7 @@ int main(int argc, char *argv[]) usage(); } - library_init(NULL); + library_init(NULL, "dh_speed"); lib->plugins->load(lib->plugins, argv[1]); atexit(library_deinit); -- cgit v1.2.3