diff options
author | Marc Laukien <marc@zeroc.com> | 2004-12-04 00:11:03 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-12-04 00:11:03 +0000 |
commit | 070218f51287f5a6f49fcb9635c92eda4a54d15f (patch) | |
tree | 575d68a326c181377b9db0cc67758ebc9f9d8ffe /cpp/src/IcePatch2/Server.cpp | |
parent | endpoints->_endpoints (diff) | |
download | ice-070218f51287f5a6f49fcb9635c92eda4a54d15f.tar.bz2 ice-070218f51287f5a6f49fcb9635c92eda4a54d15f.tar.xz ice-070218f51287f5a6f49fcb9635c92eda4a54d15f.zip |
fix
Diffstat (limited to 'cpp/src/IcePatch2/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp index 7a0fc4ca5a9..7806a8f3063 100644 --- a/cpp/src/IcePatch2/Server.cpp +++ b/cpp/src/IcePatch2/Server.cpp @@ -107,7 +107,7 @@ IcePatch2::PatcherService::start(int argc, char* argv[]) if(dataDir.empty()) { - string dataDir = properties->getProperty("IcePatch2.Directory"); + dataDir = properties->getProperty("IcePatch2.Directory"); if(dataDir.empty()) { cerr << argv[0] << ": no data directory specified" << endl; |