diff --git a/src/csync_update.c b/src/csync_update.c index 4dc87859ae..cffb261355 100644 --- a/src/csync_update.c +++ b/src/csync_update.c @@ -223,11 +223,12 @@ out: if( fs->md5 ) { st->md5 = c_strdup(fs->md5); } + +fastout: /* target if the file information is read from database into st */ st->phash = h; st->pathlen = len; memcpy(st->path, (len ? path : ""), len + 1); -fastout: /* target if the file information is read from database into st */ switch (ctx->current) { case LOCAL_REPLICA: if (c_rbtree_insert(ctx->local.tree, (void *) st) < 0) {