settings: Clarify that a key/value-pair can only occur once
This commit is contained in:
@@ -462,6 +462,7 @@ static void remove_value_buffered(private_settings_t *this, section_t *section,
|
|||||||
{
|
{
|
||||||
array_remove(section->kv_order, i, NULL);
|
array_remove(section->kv_order, i, NULL);
|
||||||
settings_kv_destroy(kv, this->contents);
|
settings_kv_destroy(kv, this->contents);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user