[core] fix config merge of array lists
This commit is contained in:
parent
83d896d095
commit
969456f3fa
|
@ -60,7 +60,7 @@ int config_insert_values_internal(server *srv, array *ca, const config_values_t
|
|||
data_string *ds = data_string_init();
|
||||
|
||||
buffer_copy_buffer(ds->value, ((data_string *)(da->value->data[j]))->value);
|
||||
if (!da->is_index_key) {
|
||||
if (!((data_string *)(da->value->data[j]))->is_index_key) {
|
||||
/* the id's were generated automaticly, as we copy now we might have to renumber them
|
||||
* this is used to prepend server.modules by mod_indexfile as it has to be loaded
|
||||
* before mod_fastcgi and friends */
|
||||
|
|
Loading…
Reference in New Issue