summaryrefslogtreecommitdiff
path: root/src/schema/schema_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema/schema_create.c')
-rw-r--r--src/schema/schema_create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema/schema_create.c b/src/schema/schema_create.c
index 67d64cf1c75..f250612d0ae 100644
--- a/src/schema/schema_create.c
+++ b/src/schema/schema_create.c
@@ -578,7 +578,7 @@ __create_table(WT_SESSION_IMPL *session,
WT_ERR(EEXIST);
exists = true;
}
- WT_RET_NOTFOUND_OK(ret);
+ WT_ERR_NOTFOUND_OK(ret);
WT_ERR(__wt_config_gets(session, cfg, "colgroups", &cval));
WT_ERR(__wt_config_subinit(session, &conf, &cval));