From ce1917c801b8338629723b4ccf38b336e873aef1 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Sun, 15 Jul 2012 21:47:35 -0400 Subject: [PATCH] volser: dead store in UV_MoveVolume2 Change-Id: Iee66b99388c7deb0109aaf676ad28ec9c27e6409 Reviewed-on: http://gerrit.openafs.org/7773 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/volser/vsprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/vsprocs.c b/src/volser/vsprocs.c index f02fe44db7..7677322517 100644 --- a/src/volser/vsprocs.c +++ b/src/volser/vsprocs.c @@ -1531,7 +1531,7 @@ UV_MoveVolume2(afs_uint32 afromvol, afs_uint32 afromserver, afs_int32 afrompart, /* Get a clone id */ VPRINT1("Allocating new volume id for clone of volume %u ...", afromvol); - newVol = tmpVol = 0; + tmpVol = 0; vcode = ubik_VL_GetNewVolumeId(cstruct, 0, 1, &tmpVol); newVol = tmpVol; EGOTO1(mfail, vcode,