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