pass NULL to library_init() to load settings from default file
This commit is contained in:
+1
-1
@@ -684,7 +684,7 @@ int main(int argc, char *argv[])
|
||||
dbg = dbg_stderr;
|
||||
|
||||
/* initialize library */
|
||||
if (!library_init(STRONGSWAN_CONF))
|
||||
if (!library_init(NULL))
|
||||
{
|
||||
library_deinit();
|
||||
exit(SS_RC_LIBSTRONGSWAN_INTEGRITY);
|
||||
|
||||
Reference in New Issue
Block a user