From bc74e182230b3177079fb33ebfde5da26a57494e Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 1 May 2013 11:06:11 +0200 Subject: [PATCH] xpc: don't send certificate requests, there are too many when using keychain --- src/frontends/osx/charon-xpc/xpc_dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/osx/charon-xpc/xpc_dispatch.c b/src/frontends/osx/charon-xpc/xpc_dispatch.c index f9f488118f..a6e6c9b73e 100644 --- a/src/frontends/osx/charon-xpc/xpc_dispatch.c +++ b/src/frontends/osx/charon-xpc/xpc_dispatch.c @@ -71,7 +71,7 @@ static peer_cfg_t* create_peer_cfg(char *name, char *host) { remote_port = IKEV2_NATT_PORT; } - ike_cfg = ike_cfg_create(IKEV2, TRUE, FALSE, "0.0.0.0", FALSE, local_port, + ike_cfg = ike_cfg_create(IKEV2, FALSE, FALSE, "0.0.0.0", FALSE, local_port, host, FALSE, remote_port, FRAGMENTATION_NO, 0); ike_cfg->add_proposal(ike_cfg, proposal_create_default(PROTO_IKE)); peer_cfg = peer_cfg_create(name, ike_cfg, -- 2.47.2