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/complex/Client.cpp | |
parent | update. (diff) | |
download | ice-ab0439060bf28fb75634584be19d521cf8799430.tar.bz2 ice-ab0439060bf28fb75634584be19d521cf8799430.tar.xz ice-ab0439060bf28fb75634584be19d521cf8799430.zip |
Update
Diffstat (limited to 'cpp/test/Freeze/complex/Client.cpp')
-rw-r--r-- | cpp/test/Freeze/complex/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/complex/Client.cpp b/cpp/test/Freeze/complex/Client.cpp index 0fd59a6eaa0..74687552959 100644 --- a/cpp/test/Freeze/complex/Client.cpp +++ b/cpp/test/Freeze/complex/Client.cpp @@ -163,7 +163,7 @@ main(int argc, char* argv[]) communicator = Ice::initialize(argc, argv); dbEnv = Freeze::initialize(communicator, dbEnvDir); - db = dbEnv->openDB("test"); + db = dbEnv->openDB("test", true); status = run(argc, argv, db); } catch(const Ice::Exception& ex) |