aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-07-16 17:21:54 +0200
committerTobias Brunner <tobias@strongswan.org>2015-08-21 18:21:13 +0200
commitff0abde9ede56a2c58529aee0757e831963403de (patch)
treefb2cc6aac47abae299df78fc2019f1e3fb2ebec7 /src/libcharon/plugins/stroke
parent471a996a3e6e6081005484bca4099776758ca892 (diff)
downloadstrongswan-ff0abde9ede56a2c58529aee0757e831963403de.tar.bz2
strongswan-ff0abde9ede56a2c58529aee0757e831963403de.tar.xz
controller: Optionally adhere to init limits also when initiating IKE_SAs
Diffstat (limited to 'src/libcharon/plugins/stroke')
-rw-r--r--src/libcharon/plugins/stroke/stroke_control.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_control.c b/src/libcharon/plugins/stroke/stroke_control.c
index 0084fbf93..0125d17c6 100644
--- a/src/libcharon/plugins/stroke/stroke_control.c
+++ b/src/libcharon/plugins/stroke/stroke_control.c
@@ -109,7 +109,7 @@ static void charon_initiate(private_stroke_control_t *this, peer_cfg_t *peer_cfg
if (msg->output_verbosity < 0)
{
charon->controller->initiate(charon->controller, peer_cfg, child_cfg,
- NULL, NULL, 0);
+ NULL, NULL, 0, FALSE);
}
else
{
@@ -118,7 +118,7 @@ static void charon_initiate(private_stroke_control_t *this, peer_cfg_t *peer_cfg
status = charon->controller->initiate(charon->controller,
peer_cfg, child_cfg, (controller_cb_t)stroke_log,
- &info, this->timeout);
+ &info, this->timeout, FALSE);
switch (status)
{
case SUCCESS: