summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/schema/schema_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/schema/schema_stat.c')
-rw-r--r--src/third_party/wiredtiger/src/schema/schema_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/schema/schema_stat.c b/src/third_party/wiredtiger/src/schema/schema_stat.c
index c204d6b1a24..1cd39d97364 100644
--- a/src/third_party/wiredtiger/src/schema/schema_stat.c
+++ b/src/third_party/wiredtiger/src/schema/schema_stat.c
@@ -83,7 +83,7 @@ __curstat_size_only(WT_SESSION_IMPL *session,
* we determine that neither of those conditions can be satisfied.
*/
WT_ERR(__wt_config_getones(session, tableconf, "columns", &colconf));
- WT_ERR(__wt_config_subinit(session, &cparser, &colconf));
+ __wt_config_subinit(session, &cparser, &colconf);
if ((ret = __wt_config_next(&cparser, &ckey, &cval)) == 0)
goto err;