diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-02 23:45:57 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-02 23:46:09 +0200 |
commit | ee26c537d7f78e16a1c94bcb933aca853f96bd3d (patch) | |
tree | 7ebb17b3dfd116212ca72ef694dd838e2f462821 /src/libcharon/plugins/android/android_service.c | |
parent | 02571374c43e70275492edde8fe14dab25db0fdf (diff) | |
download | strongswan-ee26c537d7f78e16a1c94bcb933aca853f96bd3d.tar.bz2 strongswan-ee26c537d7f78e16a1c94bcb933aca853f96bd3d.tar.xz |
support of xfrm marks for IKEv2
Diffstat (limited to 'src/libcharon/plugins/android/android_service.c')
-rw-r--r-- | src/libcharon/plugins/android/android_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/android/android_service.c b/src/libcharon/plugins/android/android_service.c index c60aa861d..80d068c1f 100644 --- a/src/libcharon/plugins/android/android_service.c +++ b/src/libcharon/plugins/android/android_service.c @@ -291,7 +291,7 @@ static job_requeue_t initiate(private_android_service_t *this) peer_cfg->add_auth_cfg(peer_cfg, auth, FALSE); child_cfg = child_cfg_create("android", &lifetime, NULL, TRUE, MODE_TUNNEL, - ACTION_NONE, ACTION_NONE, FALSE, 0, 0); + ACTION_NONE, ACTION_NONE, FALSE, 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); |