summaryrefslogtreecommitdiffstats
path: root/src/merge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/merge.c')
-rw-r--r--src/merge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/merge.c b/src/merge.c
index a6c303d..581e8b9 100644
--- a/src/merge.c
+++ b/src/merge.c
@@ -377,7 +377,7 @@ int merge(struct syrep_db_context *c1, struct syrep_db_context *c2, const char*
goto finish;
if (!args.keep_trash_flag)
- if (rm_rf(cb_info.trash_dir, 0) < 0)
+ if (rm_rf(cb_info.trash_dir, 1) < 0)
goto finish;
r = 0;