From e7038697261d94f52bc2fef638519a8c1ad60cc1 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 17 Dec 2011 17:57:45 +0000 Subject: Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internal pages with variable length address cookies. --HG-- extra : rebase_source : cfcfa6948a709ec0e3ff2682628feab59e83438d --- test/salvage/salvage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/salvage') diff --git a/test/salvage/salvage.c b/test/salvage/salvage.c index 5ac50751a6e..9fabd1ed741 100644 --- a/test/salvage/salvage.c +++ b/test/salvage/salvage.c @@ -552,8 +552,8 @@ copy(u_int lsn, u_int recno) dsk->lsn = lsn; if (page_type != WT_PAGE_ROW_LEAF) dsk->recno = recno; - dsk->checksum = 0; - dsk->checksum = __wt_cksum(dsk, PSIZE); + dsk->cksum = 0; + dsk->cksum = __wt_cksum(dsk, PSIZE); assert(fwrite(buf, 1, PSIZE, ofp) == PSIZE); /* -- cgit v1.2.1