]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
save-keys: Fix build with DEBUG_LEVEL < 0
authorTobias Brunner <tobias@strongswan.org>
Wed, 3 May 2023 08:52:14 +0000 (10:52 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 8 May 2023 15:32:17 +0000 (17:32 +0200)
src/libcharon/plugins/save_keys/save_keys_listener.c

index 712787ac9ad272f0b9d8e9dea6fdd9a94a3be260..9565a74f362339b900de41ec02cdb3eea524f1f5 100644 (file)
@@ -420,7 +420,7 @@ save_keys_listener_t *save_keys_listener_create()
 
        if (this->path && (this->ike || this->esp))
        {
-               char *keys = "IKE";
+               char *keys DBG_UNUSED = "IKE";
 
                if (this->ike && this->esp)
                {