mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
save-keys: Fix build with DEBUG_LEVEL < 0
This commit is contained in:
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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user