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

This commit is contained in:
Martin Willi
2014-05-07 14:13:38 +02:00
parent eacf864c21
commit c193732162
+1 -1
View File
@@ -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;