strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bus->listen() and the controller wrappers accept a timeout to wait for callbacks
[strongswan.git]
/
src
/
libcharon
/
plugins
/
load_tester
/
load_tester_plugin.c
diff --git
a/src/libcharon/plugins/load_tester/load_tester_plugin.c
b/src/libcharon/plugins/load_tester/load_tester_plugin.c
index
f274022
..
b260a97
100644
(file)
--- a/
src/libcharon/plugins/load_tester/load_tester_plugin.c
+++ b/
src/libcharon/plugins/load_tester/load_tester_plugin.c
@@
-148,7
+148,7
@@
static job_requeue_t do_load_test(private_load_tester_plugin_t *this)
charon->controller->initiate(charon->controller,
peer_cfg, child_cfg->get_ref(child_cfg),
- NULL, NULL);
+ NULL, NULL
, 0
);
if (s)
{
sleep(s);