vos-restore-incrementals-no-orphans-really-20080121
authorDerrick Brashear <shadow@dementia.org>
Mon, 21 Jan 2008 14:04:34 +0000 (14:04 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 21 Jan 2008 14:04:34 +0000 (14:04 +0000)
LICENSE IPL10
FIXES 46937

based on comments from jhutz@cmu.edu; runnign thread in the ticket

src/volser/dumpstuff.c

index 5f11a72..67bbbaf 100644 (file)
@@ -1034,8 +1034,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");