]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
ike-config: Fix build with DEBUG_LEVEL < 1
authorTobias Brunner <tobias@strongswan.org>
Mon, 1 May 2023 10:03:06 +0000 (12:03 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 8 May 2023 15:32:17 +0000 (17:32 +0200)
src/libcharon/sa/ikev2/tasks/ike_config.c

index c40f1dab1348d7528656b0c12700a646cce467f5..c962e30062544e72ead6cf9138b6d2ab7b36736b 100644 (file)
@@ -353,7 +353,7 @@ METHOD(task_t, build_r, status_t,
                chunk_t value;
                cp_payload_t *cp = NULL;
                peer_cfg_t *config;
-               identification_t *id;
+               identification_t *id DBG_UNUSED;
                linked_list_t *vips, *pools;
                host_t *requested;