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
@@ -487,7 +487,7 @@ int main(int argc, char **argv)
err_t ugh = NULL;
/* initialize library */
if (!library_init(NULL))
if (!library_init(NULL, "scepclient"))
{
library_deinit();
exit(SS_RC_LIBSTRONGSWAN_INTEGRITY);