From 4f1ca9bb2ebcad7e4e1c7ebea42eb361d506dcc8 Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Thu, 21 Mar 2002 18:11:50 +0000 Subject: [PATCH] afs-checkservers-call-getuser-with-cell-index-20020321 this means to be calling afs_GetUser with a cell index, not with the cell structure itself --- src/afs/afs_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/afs_server.c b/src/afs/afs_server.c index 5c3b48e0f..7ba2f13bb 100644 --- a/src/afs/afs_server.c +++ b/src/afs/afs_server.c @@ -561,7 +561,7 @@ void afs_CheckServers(adown, acellp) continue; /* have just been added by setsprefs */ /* get a connection, even if host is down; bumps conn ref count */ - tu = afs_GetUser(treq.uid, ts->cell, SHARED_LOCK); + tu = afs_GetUser(treq.uid, ts->cell->cell, SHARED_LOCK); tc = afs_ConnBySA(sa, ts->cell->fsport, ts->cell->cell, tu, 1/*force*/, 1/*create*/, SHARED_LOCK); afs_PutUser(tu, SHARED_LOCK); -- 2.39.5