diff options
author | Keith Bostic <keith@wiredtiger.com> | 2013-04-06 10:45:43 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2013-04-06 10:45:43 -0400 |
commit | bb9fc07e7dc0cc7ddc060500e5e6794fd0b21462 (patch) | |
tree | 9567bbcfa3443972978a97ab1b02d4f76682fe8a /test | |
parent | 1b5eaa3a4bf2f139850184be4c0f55b1ab7dfc80 (diff) | |
download | mongo-bb9fc07e7dc0cc7ddc060500e5e6794fd0b21462.tar.gz |
Missed one change of kvs to kvsbdb.
Diffstat (limited to 'test')
-rw-r--r-- | test/format/kvs_bdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/format/kvs_bdb.c b/test/format/kvs_bdb.c index 10ee057681c..c48cf15bf1d 100644 --- a/test/format/kvs_bdb.c +++ b/test/format/kvs_bdb.c @@ -926,7 +926,7 @@ kvsbdb_init(WT_CONNECTION *conn, const char *dir) ds.dsrc.truncate = kvs_truncate; ds.dsrc.verify = kvs_verify; if ((ret = - conn->add_data_source(conn, "kvs:", &ds.dsrc, NULL)) != 0) + conn->add_data_source(conn, "kvsbdb:", &ds.dsrc, NULL)) != 0) die(ret, "WT_CONNECTION.add_data_source"); } |