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

  DELTA volser-cleanup-xx-20061128

(cherry picked from commit 13cc6c5c376878f0ebbe86cae1fa2849d0aafd2f)

src/volser/volprocs.c

index 43d7399910a3904e36fcc46e70a0bf054082d15b..aa28b0f29a963a50471d4e899cdab62f835d9c4a 100644 (file)
@@ -1197,7 +1197,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 =