From: Derrick Brashear Date: Mon, 21 Jan 2008 14:11:20 +0000 (+0000) Subject: STABLE14-vos-restore-incrementals-no-orphans-really-20080121 X-Git-Tag: openafs-stable-1_4_7pre1~69 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c1e0cfb71bc5177515edd2017122ec4adefe5a5d;p=packages%2Fo%2Fopenafs.git 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) --- 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");