save-keys: Fix build with DEBUG_LEVEL < 0

This commit is contained in:
Tobias Brunner 2023-05-03 10:52:14 +02:00
parent 800cef35db
commit a7ea181f0d

View 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)
{