settings: Clarify that a key/value-pair can only occur once

This commit is contained in:
Tobias Brunner
2018-09-17 18:51:43 +02:00
parent d601058a26
commit 432e2a72b2
+1
View File
@@ -462,6 +462,7 @@ static void remove_value_buffered(private_settings_t *this, section_t *section,
{
array_remove(section->kv_order, i, NULL);
settings_kv_destroy(kv, this->contents);
break;
}
}
}