Store the name of the binary using libcharon to enable specific settings.
This commit is contained in:
+1
-1
@@ -475,7 +475,7 @@ int main(int argc, char *argv[])
|
||||
exit(SS_RC_INITIALIZATION_FAILED);
|
||||
}
|
||||
|
||||
if (!libcharon_init())
|
||||
if (!libcharon_init("charon"))
|
||||
{
|
||||
dbg_stderr(DBG_DMN, 1, "initialization failed - aborting charon");
|
||||
goto deinit;
|
||||
|
||||
Reference in New Issue
Block a user