From d080f7f7a7a72c6bc2ea9a251af380eb2749f253 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Wed, 6 Nov 2013 13:28:38 +0100 Subject: [PATCH] Remove stray cat handling. --- src/csync_reconcile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/csync_reconcile.c b/src/csync_reconcile.c index 35ca062931..444e8eec85 100644 --- a/src/csync_reconcile.c +++ b/src/csync_reconcile.c @@ -123,8 +123,9 @@ static int _csync_merge_algorithm_visitor(void *obj, void *data) { if (!node) { /* the renamed file could not be found in the opposite tree. That is because it * is not longer existing there, maybe because it was renamed or deleted. + * The journal is cleaned up later after propagation. */ - csync_add_journal_straycat(ctx, tmp->path); + } }