summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-08-28 23:41:27 +0000
committerMarc Laukien <marc@zeroc.com>2001-08-28 23:41:27 +0000
commit8fc36472ad8108e24b6ce17d792e2e9d715851d2 (patch)
treeb475f95dba2fe9e615ac7b38e80a7861683ac5ae /cpp/src/IcePack/Client.cpp
parentfixes (diff)
downloadice-8fc36472ad8108e24b6ce17d792e2e9d715851d2.tar.bz2
ice-8fc36472ad8108e24b6ce17d792e2e9d715851d2.tar.xz
ice-8fc36472ad8108e24b6ce17d792e2e9d715851d2.zip
many fixes
Diffstat (limited to 'cpp/src/IcePack/Client.cpp')
-rw-r--r--cpp/src/IcePack/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Client.cpp b/cpp/src/IcePack/Client.cpp
index 4f27f3ad5cc..0afafd6c561 100644
--- a/cpp/src/IcePack/Client.cpp
+++ b/cpp/src/IcePack/Client.cpp
@@ -124,7 +124,7 @@ run(int argc, char* argv[], CommunicatorPtr communicator)
PropertiesPtr properties = communicator->getProperties();
string adminEndpoints = properties->getProperty("Ice.Adapter.Admin.Endpoints");
- if(adminEndpoints.length() == 0)
+ if (adminEndpoints.length() == 0)
{
cerr << argv[0] << ": `Ice.Adapter.Admin.Endpoints' property is not set" << endl;
return EXIT_FAILURE;