vici: Fix descending into non-matching sections during key find

This commit is contained in:
Martin Willi 2014-04-16 14:28:27 +02:00
parent eacf864c21
commit c193732162

View File

@ -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;