From b0ba16d504af0b3e97289b3923fb5be836bb82a4 Mon Sep 17 00:00:00 2001 From: Alistair Ferguson Date: Tue, 29 Jan 2008 20:45:09 +0000 Subject: [PATCH] STABLE14-syncvl-fix-bogus-rw-update-20080129 LICENSE IPL10 pass in a ref to entry correctly (cherry picked from commit 9023049040e5705ac5dc26800022973a1acefff2) --- src/volser/vsprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/vsprocs.c b/src/volser/vsprocs.c index 7df0ab2ee..d1181fa18 100644 --- a/src/volser/vsprocs.c +++ b/src/volser/vsprocs.c @@ -5568,7 +5568,7 @@ CheckVolume(volintInfo * volumeinfo, afs_int32 aserver, afs_int32 apart, (unsigned long)volumeinfo->volid); } - Lp_SetRWValue(entry, entry.serverNumber[idx], + Lp_SetRWValue(&entry, entry.serverNumber[idx], entry.serverPartition[idx], 0L, 0L); entry.nServers--; modified++; -- 2.39.5