From: Alistair Ferguson Date: Tue, 29 Jan 2008 20:41:27 +0000 (+0000) Subject: DEVEL15-syncvl-fix-bogus-rw-update-20080129 X-Git-Tag: openafs-devel-1_5_31~58 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3cd75333ae2aa1153e6e13306d5b7e7fcffe05f7;p=packages%2Fo%2Fopenafs.git DEVEL15-syncvl-fix-bogus-rw-update-20080129 LICENSE IPL10 pass in a ref to entry correctly (cherry picked from commit 9023049040e5705ac5dc26800022973a1acefff2) --- diff --git a/src/volser/vsprocs.c b/src/volser/vsprocs.c index c8481371d..13781cc86 100644 --- a/src/volser/vsprocs.c +++ b/src/volser/vsprocs.c @@ -5572,7 +5572,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++;