Index: src/conf.c =================================================================== --- src/conf.c (revision 2286) +++ src/conf.c (revision 2287) @@ -1333,6 +1333,8 @@ if (lht_tree_replace(dst, new_src) != LHTE_SUCCESS) goto err; + conf_lht_dirty[dst_role]++; + lht_tree_del(dst); if (src_role == CFR_binary) lht_dom_node_free(src);