From ff0abde9ede56a2c58529aee0757e831963403de Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 16 Jul 2015 17:21:54 +0200 Subject: controller: Optionally adhere to init limits also when initiating IKE_SAs --- src/frontends/osx/charon-xpc/xpc_dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontends/osx/charon-xpc/xpc_dispatch.c') diff --git a/src/frontends/osx/charon-xpc/xpc_dispatch.c b/src/frontends/osx/charon-xpc/xpc_dispatch.c index 04aad8735..4b4c67cc4 100644 --- a/src/frontends/osx/charon-xpc/xpc_dispatch.c +++ b/src/frontends/osx/charon-xpc/xpc_dispatch.c @@ -196,7 +196,7 @@ void start_connection(private_xpc_dispatch_t *this, peer_cfg->add_child_cfg(peer_cfg, child_cfg->get_ref(child_cfg)); if (charon->controller->initiate(charon->controller, peer_cfg, child_cfg, - (controller_cb_t)initiate_cb, &ike_sa, 0) == NEED_MORE) + (controller_cb_t)initiate_cb, &ike_sa, 0, FALSE) == NEED_MORE) { this->channels->add(this->channels, channel, ike_sa); success = TRUE; -- cgit v1.2.3