mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
libtnccs: Fix build with DEBUG_LEVEL < 1
This commit is contained in:
parent
47d5adc96a
commit
e248f0f3c2
@ -111,7 +111,7 @@ void libtnccs_deinit(void)
|
|||||||
static bool load_imcvs_from_config(char *filename, bool is_imc)
|
static bool load_imcvs_from_config(char *filename, bool is_imc)
|
||||||
{
|
{
|
||||||
bool success = FALSE;
|
bool success = FALSE;
|
||||||
int line_nr = 0;
|
int line_nr DBG_UNUSED = 0;
|
||||||
chunk_t *src, line;
|
chunk_t *src, line;
|
||||||
char *label;
|
char *label;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user