mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
optionsfrom: Fix build with DEBUG_LEVEL < 1
This commit is contained in:
parent
4cf0a5b631
commit
504e6033d9
@ -70,7 +70,7 @@ METHOD(options_t, from, bool,
|
||||
char **newargv;
|
||||
chunk_t src, line, token;
|
||||
bool good = TRUE;
|
||||
int linepos = 0;
|
||||
int linepos DBG_UNUSED = 0;
|
||||
FILE *fd;
|
||||
|
||||
/* avoid endless loops with recursive --optionsfrom arguments */
|
||||
|
Loading…
x
Reference in New Issue
Block a user