use NULL to load plugins from default plugin directory
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
library_init(STRONGSWAN_CONF);
|
||||
lib->plugins->load(lib->plugins, IPSEC_PLUGINDIR, argv[1]);
|
||||
lib->plugins->load(lib->plugins, NULL, argv[1]);
|
||||
atexit(library_deinit);
|
||||
|
||||
rounds = atoi(argv[2]);
|
||||
|
||||
Reference in New Issue
Block a user