aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-08-24 12:31:24 +0000
committerMartin Willi <martin@revosec.ch>2012-08-30 16:43:42 +0200
commit497ce2cf51d3e80302e24e5bdf7df566d80b4828 (patch)
tree311e91603cae7981db1ace7009a0e880cb87eed5 /src/frontends
parent101d26babeae0a6444bf7a355cbd3fb2e7497fae (diff)
downloadstrongswan-497ce2cf51d3e80302e24e5bdf7df566d80b4828.tar.bz2
strongswan-497ce2cf51d3e80302e24e5bdf7df566d80b4828.tar.xz
Support multiple address pools configured on a peer_cfg
Diffstat (limited to 'src/frontends')
-rw-r--r--src/frontends/android/jni/libandroidbridge/backend/android_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontends/android/jni/libandroidbridge/backend/android_service.c b/src/frontends/android/jni/libandroidbridge/backend/android_service.c
index d472301db..d1769a99a 100644
--- a/src/frontends/android/jni/libandroidbridge/backend/android_service.c
+++ b/src/frontends/android/jni/libandroidbridge/backend/android_service.c
@@ -442,7 +442,7 @@ static job_requeue_t initiate(private_android_service_t *this)
600, 600, /* jitter, over 10min */
TRUE, FALSE, /* mobike, aggressive */
0, 0, /* DPD delay, timeout */
- NULL, FALSE, NULL, NULL); /* pool, mediation */
+ FALSE, NULL, NULL); /* mediation */
peer_cfg->add_virtual_ip(peer_cfg, host_create_from_string("0.0.0.0", 0));
auth = auth_cfg_create();