DEVEL15-volser-setflags-clear-callptr-20090118

LICENSE IPL10

make things calling SetFlags not error


(cherry picked from commit dbc73f43ee)
This commit is contained in:
Derrick Brashear 2009-01-19 03:19:15 +00:00
parent 1f41be5168
commit 5d0697c2b6

View File

@ -1068,6 +1068,7 @@ VolSetFlags(struct rx_call *acid, afs_int32 atid, afs_int32 aflags)
}
VUpdateVolume(&error, vp);
tt->vflags = aflags;
tt->rxCallPtr = (struct rx_call *)0;
if (TRELE(tt) && !error)
return VOLSERTRELE_ERROR;