summaryrefslogtreecommitdiff
path: root/src/hash/hash_conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/hash_conv.c')
-rw-r--r--src/hash/hash_conv.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/hash/hash_conv.c b/src/hash/hash_conv.c
index fa084f2a..7a53a037 100644
--- a/src/hash/hash_conv.c
+++ b/src/hash/hash_conv.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -104,7 +104,12 @@ __ham_mswap(env, pg)
SWAP32(p); /* h_charkey */
for (i = 0; i < NCACHED; ++i)
SWAP32(p); /* spares */
- p += 59 * sizeof(u_int32_t); /* unused */
+ SWAP32(p); /* threshold */
+ SWAP32(p); /* file id lo */
+ SWAP32(p); /* file id hi */
+ SWAP32(p); /* sdb id lo */
+ SWAP32(p); /* sdb id hi */
+ p += 54 * sizeof(u_int32_t); /* unused */
SWAP32(p); /* crypto_magic */
return (0);
}