mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
volser-cleanup-clone-trans-20030328
FIXES 1339 so we don't leave an idle transaction around
This commit is contained in:
parent
665e86f6fc
commit
2d3c470ff7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user