mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
sec-updater: Fix build with DEBUG_LEVEL < 1
This commit is contained in:
parent
8e78d9fcec
commit
21f01808ff
@ -173,7 +173,7 @@ static bool update_database(database_t *db, char *package, char *version,
|
||||
while (e->enumerate(e, &vid, &release, &sec_flag))
|
||||
{
|
||||
char command[BUF_LEN];
|
||||
char found_char = ' ';
|
||||
char found_char DBG_UNUSED = ' ';
|
||||
bool update_version = FALSE;
|
||||
|
||||
if (streq(version, release))
|
||||
|
Loading…
x
Reference in New Issue
Block a user