summaryrefslogtreecommitdiff
path: root/tables/apr_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'tables/apr_tables.c')
-rw-r--r--tables/apr_tables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tables/apr_tables.c b/tables/apr_tables.c
index 7827b9964..c8095a723 100644
--- a/tables/apr_tables.c
+++ b/tables/apr_tables.c
@@ -844,6 +844,7 @@ static void overlap_hash(overlap_key *elt,
next->tree_right->tree_parent = elt;
}
elt->tree_parent = next->tree_parent;
+ elt->color = next->color;
(*child) = elt;
elt->merge_next = NULL;
elt->merge_last = NULL;