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/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/fetch.c') diff --git a/scripts/fetch.c b/scripts/fetch.c index f58b37f89..a7d98c946 100644 --- a/scripts/fetch.c +++ b/scripts/fetch.c @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) { chunk_t res; - library_init(NULL); + library_init(NULL, "fetch"); atexit(library_deinit); lib->plugins->load(lib->plugins, PLUGINS); -- cgit v1.2.3