From c1e0cfb71bc5177515edd2017122ec4adefe5a5d Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 21 Jan 2008 14:11:20 +0000 Subject: [PATCH] STABLE14-vos-restore-incrementals-no-orphans-really-20080121 LICENSE IPL10 FIXES 46937 based on comments from jhutz@cmu.edu; runnign thread in the ticket (cherry picked from commit 22c059a9138be33eeeed910badcac3ebfeea24b5) --- src/volser/dumpstuff.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/volser/dumpstuff.c b/src/volser/dumpstuff.c index ec2641e40..1a4dd88c9 100644 --- a/src/volser/dumpstuff.c +++ b/src/volser/dumpstuff.c @@ -1027,8 +1027,6 @@ RestoreVolume(register struct rx_call *call, Volume * avp, int incremental, iod_Init(iodp, call); vp = avp; - if (V_parentId(vp) == V_id(vp)) - delo = incremental; if (!ReadDumpHeader(iodp, &header)) { Log("1 Volser: RestoreVolume: Error reading header file for dump; aborted\n"); -- 2.39.5