diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-08-31 10:35:24 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-08-31 10:35:24 +0000 |
commit | 23f68aef33dd93bc27e8e1a2ac0f48e4e9852e50 (patch) | |
tree | 4e3929822e98f3f5a51081b2bf369b1698a4294f /cpp/src/IceGrid/Client.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1293 (diff) | |
download | ice-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.cpp | 2 |
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; |