android: Fix typo when building IKE config

Fixes: 9486a2e5b0 ("ike-cfg: Pass arguments as struct")
This commit is contained in:
Tobias Brunner
2019-06-18 10:21:07 +02:00
parent 6cc0688e1e
commit 44e74d9f3e
@@ -746,7 +746,7 @@ static job_requeue_t initiate(private_android_service_t *this)
.version = IKEV2,
.local = "0.0.0.0",
.local_port = charon->socket->get_port(charon->socket, FALSE),
.foce_encap = TRUE,
.force_encap = TRUE,
.fragmentation = FRAGMENTATION_YES,
};
peer_cfg_create_t peer = {