]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Fix typo when building IKE config
authorTobias Brunner <tobias@strongswan.org>
Tue, 18 Jun 2019 08:21:07 +0000 (10:21 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 18 Jun 2019 08:21:07 +0000 (10:21 +0200)
Fixes: 9486a2e5b0b5 ("ike-cfg: Pass arguments as struct")
src/frontends/android/app/src/main/jni/libandroidbridge/backend/android_service.c

index de634891cb2ff5201eb88aabbb5175374a70c9ce..05cb599d71c41f119c90a68886739397538f526f 100644 (file)
@@ -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 = {