summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/cursor/Client.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2001-12-13 16:03:21 +0000
committerMatthew Newhook <matthew@zeroc.com>2001-12-13 16:03:21 +0000
commitab0439060bf28fb75634584be19d521cf8799430 (patch)
treece39f6459b33c9215fd73da6c41e8a4118f05ed5 /cpp/test/Freeze/cursor/Client.cpp
parentupdate. (diff)
downloadice-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.cpp2
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());
//