summaryrefslogtreecommitdiff
path: root/src/txn/txn_chkpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/txn/txn_chkpt.c')
-rw-r--r--src/txn/txn_chkpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/txn/txn_chkpt.c b/src/txn/txn_chkpt.c
index 73715b10..a909767f 100644
--- a/src/txn/txn_chkpt.c
+++ b/src/txn/txn_chkpt.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.
*/
/*
* Copyright (c) 1995, 1996
@@ -377,7 +377,7 @@ __txn_getckp(env, lsnp)
TXN_SYSTEM_UNLOCK(env);
if (IS_ZERO_LSN(lsn))
- return (DB_NOTFOUND);
+ return (USR_ERR(env, DB_NOTFOUND));
*lsnp = lsn;
return (0);