aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/test_runner.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/tests/test_runner.c')
-rw-r--r--src/libstrongswan/tests/test_runner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/tests/test_runner.c b/src/libstrongswan/tests/test_runner.c
index 85c6b2019..2f9e4dc0a 100644
--- a/src/libstrongswan/tests/test_runner.c
+++ b/src/libstrongswan/tests/test_runner.c
@@ -40,7 +40,7 @@ static bool load_plugins()
}
enumerator->destroy(enumerator);
- return lib->plugins->load(lib->plugins, NULL, PLUGINS);
+ return lib->plugins->load(lib->plugins, PLUGINS);
}
int main()