summaryrefslogtreecommitdiff
path: root/src/conftest/actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conftest/actions.c')
-rw-r--r--src/conftest/actions.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conftest/actions.c b/src/conftest/actions.c
index 36c3c8e74..66e41f743 100644
--- a/src/conftest/actions.c
+++ b/src/conftest/actions.c
@@ -209,7 +209,8 @@ static job_requeue_t close_ike(char *config)
if (id)
{
DBG1(DBG_CFG, "closing IKE_SA '%s'", config);
- charon->controller->terminate_ike(charon->controller, id, NULL, NULL, 0);
+ charon->controller->terminate_ike(charon->controller, id, FALSE, NULL,
+ NULL, 0);
}
else
{