From e697e7bd13e40cafb5eb146ab0a8ec207ba84f13 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 25 Feb 2005 17:42:17 +0000 Subject: [PATCH] fe-clear-status-on-reuse-20050225 jeff pointed this out yesterday, it may fix more than he guessed. --- src/viced/callback.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viced/callback.c b/src/viced/callback.c index 642a55117..1ad0a2890 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -697,6 +697,7 @@ AddCallBack1_r(struct host *host, AFSFid * fid, afs_uint32 * thead, int type, fe->vnode = fid->Vnode; fe->unique = fid->Unique; fe->ncbs = 0; + fe->status = 0; hash = VHash(fid->Volume, fid->Unique); fe->fnext = HashTable[hash]; HashTable[hash] = fetoi(fe); -- 2.39.5