syncvl-fix-bogus-rw-update-20080129
authorAlistair Ferguson <alistair.ferguson@morganstanley.com>
Tue, 29 Jan 2008 20:39:31 +0000 (20:39 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 29 Jan 2008 20:39:31 +0000 (20:39 +0000)
LICENSE IPL10

pass in a ref to entry correctly

src/volser/vsprocs.c

index c848137..13781cc 100644 (file)
@@ -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++;