]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
volser-undo-cleanup-20061218
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 19 Dec 2006 03:37:34 +0000 (03:37 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 19 Dec 2006 03:37:34 +0000 (03:37 +0000)
uncommit an inappropriate commit

  DELTA volser-cleanup-xx-20061128

src/volser/volprocs.c

index 64eb2b3b20da92b0cd4656f6f678e8eb8a57a1d7..01424150c8c21e57e88c880d4fb78f2c10af7cd3 100644 (file)
@@ -1198,7 +1198,7 @@ SAFSVolForwardMultiple(struct rx_call *acid, afs_int32 fromTrans, afs_int32
     strcpy(tt->lastProcName, "ForwardMulti");
 
     /* (fromDate == 0) ==> full dump */
-    is_incremental = ((V_parentId(vp) == V_id(vp) && fromDate) ? 1 : 0);
+    is_incremental = (fromDate ? 1 : 0);
 
     i = results->manyResults_len = destinations->manyDests_len;
     results->manyResults_val = codes =