mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
credential-factory: Fix build with DEBUG_LEVEL < 1
This commit is contained in:
parent
f73d8699b3
commit
b39105b5b4
@ -119,7 +119,7 @@ METHOD(credential_factory_t, create, void*,
|
||||
void *construct = NULL;
|
||||
int failures = 0;
|
||||
uintptr_t level;
|
||||
enum_name_t *names;
|
||||
enum_name_t *names DBG_UNUSED;
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user