mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
volser: dead store in UV_MoveVolume2
Change-Id: Iee66b99388c7deb0109aaf676ad28ec9c27e6409 Reviewed-on: http://gerrit.openafs.org/7773 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
59e0efd22e
commit
ce1917c801
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user