From 356b2b2780fc52be410ff6e03a23eb1993bfe3fc Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 8 Sep 2009 20:01:13 +0200 Subject: pass NULL to library_init() to load settings from default file --- scripts/dh_speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/dh_speed.c') diff --git a/scripts/dh_speed.c b/scripts/dh_speed.c index 80a1d2d30..b85bf1ad8 100644 --- a/scripts/dh_speed.c +++ b/scripts/dh_speed.c @@ -101,7 +101,7 @@ int main(int argc, char *argv[]) usage(); } - library_init(STRONGSWAN_CONF); + library_init(NULL); lib->plugins->load(lib->plugins, NULL, argv[1]); atexit(library_deinit); -- cgit v1.2.3