From dbc73f43ee64072509ee0ae66cf7499ff9e5d861 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 19 Jan 2009 03:19:01 +0000 Subject: [PATCH] volser-setflags-clear-callptr-20090118 LICENSE IPL10 make things calling SetFlags not error --- src/volser/volprocs.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5