lib: Add global config namespace

This commit is contained in:
Tobias Brunner
2014-02-12 14:34:31 +01:00
parent 4f8bd6d404
commit 34d3bfcf14
38 changed files with 55 additions and 41 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ static void init()
PLUGIN_PROVIDE(CUSTOM, "pt-tls-client"),
PLUGIN_DEPENDS(CUSTOM, "tnccs-manager"),
};
library_init(NULL);
library_init(NULL, "pt-tls-client");
libtnccs_init();
dbg = dbg_pt_tls;