aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/android/android_service.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-12-08 12:41:04 +0000
committerMartin Willi <martin@revosec.ch>2010-12-20 09:45:39 +0100
commit37788b1d06035e0e2e9c4cb262639fa2837c58d8 (patch)
treebdbfeab8f85740ad778046ab7d67b9e151adb908 /src/libcharon/plugins/android/android_service.c
parentd86bb6ef4d6ad7e0ee8158faaa0e7cd3d47719b1 (diff)
downloadstrongswan-37788b1d06035e0e2e9c4cb262639fa2837c58d8.tar.bz2
strongswan-37788b1d06035e0e2e9c4cb262639fa2837c58d8.tar.xz
Added a TFC padding option to child_cfg
Diffstat (limited to 'src/libcharon/plugins/android/android_service.c')
-rw-r--r--src/libcharon/plugins/android/android_service.c2
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 1a68ff968..487567f2a 100644
--- a/src/libcharon/plugins/android/android_service.c
+++ b/src/libcharon/plugins/android/android_service.c
@@ -292,7 +292,7 @@ static job_requeue_t initiate(private_android_service_t *this)
child_cfg = child_cfg_create("android", &lifetime, NULL, TRUE, MODE_TUNNEL,
ACTION_NONE, ACTION_NONE, ACTION_NONE, FALSE,
- 0, 0, NULL, NULL);
+ 0, 0, NULL, NULL, 0);
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);