save-keys: Fix build with DEBUG_LEVEL < 0
This commit is contained in:
@@ -420,7 +420,7 @@ save_keys_listener_t *save_keys_listener_create()
|
|||||||
|
|
||||||
if (this->path && (this->ike || this->esp))
|
if (this->path && (this->ike || this->esp))
|
||||||
{
|
{
|
||||||
char *keys = "IKE";
|
char *keys DBG_UNUSED = "IKE";
|
||||||
|
|
||||||
if (this->ike && this->esp)
|
if (this->ike && this->esp)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user