vici: Fix descending into non-matching sections during key find
This commit is contained in:
@@ -265,7 +265,7 @@ static bool find_value(private_vici_message_t *this, chunk_t *value,
|
|||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
continue;
|
||||||
case VICI_SECTION_END:
|
case VICI_SECTION_END:
|
||||||
section--;
|
section--;
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user