aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/nm/nm_service.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-07-02 23:45:57 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-07-02 23:46:09 +0200
commitee26c537d7f78e16a1c94bcb933aca853f96bd3d (patch)
tree7ebb17b3dfd116212ca72ef694dd838e2f462821 /src/libcharon/plugins/nm/nm_service.c
parent02571374c43e70275492edde8fe14dab25db0fdf (diff)
downloadstrongswan-ee26c537d7f78e16a1c94bcb933aca853f96bd3d.tar.bz2
strongswan-ee26c537d7f78e16a1c94bcb933aca853f96bd3d.tar.xz
support of xfrm marks for IKEv2
Diffstat (limited to 'src/libcharon/plugins/nm/nm_service.c')
-rw-r--r--src/libcharon/plugins/nm/nm_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/nm/nm_service.c b/src/libcharon/plugins/nm/nm_service.c
index d9badec77..20e6c1529 100644
--- a/src/libcharon/plugins/nm/nm_service.c
+++ b/src/libcharon/plugins/nm/nm_service.c
@@ -444,7 +444,7 @@ static gboolean connect_(NMVPNPlugin *plugin, NMConnection *connection,
child_cfg = child_cfg_create(priv->name, &lifetime,
NULL, TRUE, MODE_TUNNEL, /* updown, hostaccess */
- ACTION_NONE, ACTION_NONE, ipcomp, 0, 0);
+ ACTION_NONE, ACTION_NONE, ipcomp, 0, 0, NULL);
child_cfg->add_proposal(child_cfg, proposal_create_default(PROTO_ESP));
ts = traffic_selector_create_dynamic(0, 0, 65535);
child_cfg->add_traffic_selector(child_cfg, TRUE, ts);