lib: Add global config namespace
This commit is contained in:
@@ -600,7 +600,7 @@ JNI_METHOD(CharonVpnService, initializeCharon, jboolean,
|
||||
dbg = dbg_android;
|
||||
|
||||
/* initialize library */
|
||||
if (!library_init(NULL))
|
||||
if (!library_init(NULL, "charon"))
|
||||
{
|
||||
library_deinit();
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user