summaryrefslogtreecommitdiff
path: root/src/meta
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta')
-rw-r--r--src/meta/meta_turtle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meta/meta_turtle.c b/src/meta/meta_turtle.c
index 28ca8908183..d81f562aa4e 100644
--- a/src/meta/meta_turtle.c
+++ b/src/meta/meta_turtle.c
@@ -69,7 +69,7 @@ __wt_meta_turtle_read(
/* Open the turtle file. */
WT_RET(__wt_filename(session, WT_METADATA_TURTLE, &path));
- WT_ERR_TEST((fp = fopen(path, "r")) == NULL, WT_NOTFOUND);
+ WT_ERR_TEST((fp = fopen(path, "r")) == NULL, __wt_errno());
/* Search for the key. */
WT_ERR(__wt_scr_alloc(session, 512, &buf));