diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-12-11 17:53:40 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-12-11 17:53:40 -0500 |
commit | ad8164cada7931eb58f6320bf6bd64cc69e1d47e (patch) | |
tree | 14eebce12b1c7e1bc8edc76c1eb0f2d7cc378c96 /src/utilities | |
parent | e76f660ece42f0ffd3e6e32f6933663ddab736ac (diff) | |
download | mongo-ad8164cada7931eb58f6320bf6bd64cc69e1d47e.tar.gz |
For some reason, managed to lose a couple of changes in the commit.
Diffstat (limited to 'src/utilities')
-rw-r--r-- | src/utilities/util_list.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utilities/util_list.c b/src/utilities/util_list.c index 51a2034a313..6e166b787a4 100644 --- a/src/utilities/util_list.c +++ b/src/utilities/util_list.c @@ -182,10 +182,9 @@ list_print_checkpoint(WT_SESSION *session, const char *key) WT_BLOCK_CKPT ci; WT_DECL_RET; WT_CKPT *ckpt, *ckptbase; - size_t len; + size_t allocsize, len; time_t t; uint64_t v; - size_t allocsize; /* * We may not find any checkpoints for this file, in which case we don't |