From: Andre Noll Date: Sun, 28 Sep 2008 10:50:48 +0000 (+0200) Subject: vss: Fix com_jmp() and com_ff(). X-Git-Tag: v0.3.3~47^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=feecde1ee70819129c9beb5fbf582b5f4793016b vss: Fix com_jmp() and com_ff(). We must not clear the VSS_REPOS flag in vss_send_chunk() as this might cause the reposition request being ignored. --- diff --git a/vss.c b/vss.c index f92e15e0..f33b95ac 100644 --- a/vss.c +++ b/vss.c @@ -418,7 +418,6 @@ static void vss_send_chunk(struct vss_task *vsst) if (chk_barrier("data send", &vsst->data_send_barrier, &due, 1) < 0) return; - mmd->new_vss_status_flags &= ~VSS_REPOS; if (mmd->current_chunk >= mmd->afd.afhi.chunks_total) { /* eof */ mmd->new_vss_status_flags |= VSS_NEXT; return;