mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-15 00:00:26 -05:00
vici: Fix descending into non-matching sections during key find
This commit is contained in:
parent
eacf864c21
commit
c193732162
@ -265,7 +265,7 @@ static bool find_value(private_vici_message_t *this, chunk_t *value,
|
||||
{
|
||||
break;
|
||||
}
|
||||
break;
|
||||
continue;
|
||||
case VICI_SECTION_END:
|
||||
section--;
|
||||
continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user