From c131db293f79b899e6a8a49ff5b4748df5b8a8c2 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 12 Apr 2008 08:44:07 +0200 Subject: [PATCH] Only call vss_eof() from vss_preselect(). --- vss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vss.c b/vss.c index 3c59bf4a..1501052a 100644 --- a/vss.c +++ b/vss.c @@ -491,7 +491,7 @@ void vss_send_chunk(void) 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 vss_eof(); + return; } /* * We call the send function also in case of empty chunks as they -- 2.39.2