volser-cleanup-clone-trans-20030328

FIXES 1339

so we don't leave an idle transaction around
This commit is contained in:
Nathan Neulinger 2003-03-28 09:27:32 +00:00 committed by Derrick Brashear
parent 665e86f6fc
commit 2d3c470ff7

View File

@ -3155,7 +3155,7 @@ int UV_DumpClonedVolume(afs_int32 afromvol, afs_int32 afromserver, afs_int32 afr
if (!error) error = code;
}
}
if (fromtid) {
if (clonetid) {
VPRINT1("Ending transaction on cloned volume %u...", clonevol);
code = AFSVolEndTrans(fromconn, clonetid, &rcode);
if (code || rcode) {