diff options
Diffstat (limited to 'cpp/test/Freeze/cursor/Client.cpp')
-rw-r--r-- | cpp/test/Freeze/cursor/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/cursor/Client.cpp b/cpp/test/Freeze/cursor/Client.cpp index 98c9636a2b2..c612a5a23fd 100644 --- a/cpp/test/Freeze/cursor/Client.cpp +++ b/cpp/test/Freeze/cursor/Client.cpp @@ -104,7 +104,7 @@ readValue(const DBPtr& db, const Freeze::Key& k, const Freeze::Value& v, char& k static int run(int argc, char* argv[], const DBEnvironmentPtr& dbEnv) { - DBPtr db = dbEnv->openDB("test"); + DBPtr db = dbEnv->openDB("test", true); IceInternal::InstancePtr instance = IceInternal::getInstance(db->getCommunicator()); // |