summaryrefslogtreecommitdiff
path: root/src/db.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.c')
-rw-r--r--src/db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db.c b/src/db.c
index ff73741..cf090d9 100644
--- a/src/db.c
+++ b/src/db.c
@@ -492,6 +492,7 @@ int db_col_merge(struct db_filter_col *col_dst, struct db_filter_col *col_src)
(col_dst->filter_cnt + col_src->filter_cnt));
if (dbs == NULL)
return -ENOMEM;
+ col_dst->filters = dbs;
/* transfer the architecture filters */
for (iter_a = col_dst->filter_cnt, iter_b = 0;