save-keys: Fix build with DEBUG_LEVEL < 0

This commit is contained in:
Tobias Brunner
2023-05-08 17:32:17 +02:00
parent 800cef35db
commit a7ea181f0d
@@ -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)
{