diff options
author | Matthew Newhook <matthew@zeroc.com> | 2001-12-13 16:03:21 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2001-12-13 16:03:21 +0000 |
commit | ab0439060bf28fb75634584be19d521cf8799430 (patch) | |
tree | ce39f6459b33c9215fd73da6c41e8a4118f05ed5 /cpp/test/Freeze/cursor/Client.cpp | |
parent | update. (diff) | |
download | ice-ab0439060bf28fb75634584be19d521cf8799430.tar.bz2 ice-ab0439060bf28fb75634584be19d521cf8799430.tar.xz ice-ab0439060bf28fb75634584be19d521cf8799430.zip |
Update
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()); // |