From: Derrick Brashear Date: Mon, 19 Jan 2009 03:19:15 +0000 (+0000) Subject: DEVEL15-volser-setflags-clear-callptr-20090118 X-Git-Tag: openafs-devel-1_5_57~37 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5d0697c2b65c08e27f800eb2a3cff433170c3647;p=packages%2Fo%2Fopenafs.git DEVEL15-volser-setflags-clear-callptr-20090118 LICENSE IPL10 make things calling SetFlags not error (cherry picked from commit dbc73f43ee64072509ee0ae66cf7499ff9e5d861) --- 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;