From 8b4b89ecadbde12cc4e5cec3aaa5a00e4706d602 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Fri, 25 Oct 2013 13:15:25 +0200 Subject: [PATCH] Copy the file id. --- src/csync_update.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/csync_update.c b/src/csync_update.c index b9ac540be0..71edb6b0d6 100644 --- a/src/csync_update.c +++ b/src/csync_update.c @@ -288,6 +288,7 @@ out: if( fs->md5 ) { st->md5 = c_strdup(fs->md5); } + csync_vio_set_file_id(st->file_id, fs->file_id); fastout: /* target if the file information is read from database into st */ st->phash = h;