android: Fix typo when building IKE config
Fixes: 9486a2e5b0 ("ike-cfg: Pass arguments as struct")
This commit is contained in:
@@ -746,7 +746,7 @@ static job_requeue_t initiate(private_android_service_t *this)
|
|||||||
.version = IKEV2,
|
.version = IKEV2,
|
||||||
.local = "0.0.0.0",
|
.local = "0.0.0.0",
|
||||||
.local_port = charon->socket->get_port(charon->socket, FALSE),
|
.local_port = charon->socket->get_port(charon->socket, FALSE),
|
||||||
.foce_encap = TRUE,
|
.force_encap = TRUE,
|
||||||
.fragmentation = FRAGMENTATION_YES,
|
.fragmentation = FRAGMENTATION_YES,
|
||||||
};
|
};
|
||||||
peer_cfg_create_t peer = {
|
peer_cfg_create_t peer = {
|
||||||
|
|||||||
Reference in New Issue
Block a user