summaryrefslogtreecommitdiff
path: root/src/heap/heap_reclaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heap/heap_reclaim.c')
-rw-r--r--src/heap/heap_reclaim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/heap/heap_reclaim.c b/src/heap/heap_reclaim.c
index 8cedb223..463e40c0 100644
--- a/src/heap/heap_reclaim.c
+++ b/src/heap/heap_reclaim.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1998, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -50,7 +50,7 @@ __heap_truncate(dbc, countp)
return (ret);
if ((ret = __memp_fget(mpf, &pgno,
dbc->thread_info, dbc->txn, DB_MPOOL_DIRTY, &meta)) != 0) {
- __TLPUT(dbc, lock);
+ (void)__TLPUT(dbc, lock);
goto err;
}