From: Derrick Brashear Date: Mon, 19 Jan 2009 03:19:01 +0000 (+0000) Subject: volser-setflags-clear-callptr-20090118 X-Git-Tag: openafs-devel-1_5_61~610 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=dbc73f43ee64072509ee0ae66cf7499ff9e5d861;p=packages%2Fo%2Fopenafs.git volser-setflags-clear-callptr-20090118 LICENSE IPL10 make things calling SetFlags not error --- diff --git a/src/volser/volprocs.c b/src/volser/volprocs.c index 965a417dd..cafcff9f4 100644 --- a/src/volser/volprocs.c +++ b/src/volser/volprocs.c @@ -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;