summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Client.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-08-31 10:35:24 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-08-31 10:35:24 +0000
commit23f68aef33dd93bc27e8e1a2ac0f48e4e9852e50 (patch)
tree4e3929822e98f3f5a51081b2bf369b1698a4294f /cpp/src/IceGrid/Client.cpp
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1293 (diff)
downloadice-23f68aef33dd93bc27e8e1a2ac0f48e4e9852e50.tar.bz2
ice-23f68aef33dd93bc27e8e1a2ac0f48e4e9852e50.tar.xz
ice-23f68aef33dd93bc27e8e1a2ac0f48e4e9852e50.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1274
Diffstat (limited to 'cpp/src/IceGrid/Client.cpp')
-rw-r--r--cpp/src/IceGrid/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Client.cpp b/cpp/src/IceGrid/Client.cpp
index b1c5f09fb6a..984bcf5e158 100644
--- a/cpp/src/IceGrid/Client.cpp
+++ b/cpp/src/IceGrid/Client.cpp
@@ -218,7 +218,7 @@ Client::run(int argc, char* argv[])
int timeout;
IceGrid::AdminSessionPrx session;
- bool ssl = communicator()->getProperties()->getPropertyAsInt("IceGridAdmin.UseSecureAuthentication");
+ bool ssl = communicator()->getProperties()->getPropertyAsInt("IceGridAdmin.AuthenticateUsingSSL");
if(opts.isSet("ssl"))
{
ssl = true;