From 13cc6c5c376878f0ebbe86cae1fa2849d0aafd2f Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 19 Dec 2006 03:37:34 +0000 Subject: [PATCH] volser-undo-cleanup-20061218 uncommit an inappropriate commit DELTA volser-cleanup-xx-20061128 --- src/volser/volprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/volprocs.c b/src/volser/volprocs.c index 64eb2b3b2..01424150c 100644 --- a/src/volser/volprocs.c +++ b/src/volser/volprocs.c @@ -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 = -- 2.39.5