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 --- src/conftest/conftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conftest/conftest.c') diff --git a/src/conftest/conftest.c b/src/conftest/conftest.c index faf9df91f..d935058cb 100644 --- a/src/conftest/conftest.c +++ b/src/conftest/conftest.c @@ -435,7 +435,7 @@ int main(int argc, char *argv[]) char *suite_file = "suite.conf", *test_file = NULL, *preload, *plugins; file_logger_t *logger; - if (!library_init(NULL)) + if (!library_init(NULL, "conftest")) { library_deinit(); return SS_RC_LIBSTRONGSWAN_INTEGRITY; -- cgit v1.2.3