diff options
Diffstat (limited to 'cpp/src/Glacier2/ClientBlobject.cpp')
-rw-r--r-- | cpp/src/Glacier2/ClientBlobject.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Glacier2/ClientBlobject.cpp b/cpp/src/Glacier2/ClientBlobject.cpp index f568efa27df..30fe28b30f1 100644 --- a/cpp/src/Glacier2/ClientBlobject.cpp +++ b/cpp/src/Glacier2/ClientBlobject.cpp @@ -1,4 +1,3 @@ - // ********************************************************************** // // Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved. @@ -21,7 +20,7 @@ Glacier2::ClientBlobject::ClientBlobject(const CommunicatorPtr& communicator, const string& allow) : Glacier2::Blobject(communicator, false), _routingTable(routingTable), - _rejectTraceLevel(communicator->getProperties()->getPropertyAsInt("Glacier2.Client.Trace.Reject")) + _rejectTraceLevel(_properties->getPropertyAsInt("Glacier2.Client.Trace.Reject")) { vector<string>& allowCategories = const_cast<vector<string>&>(_allowCategories); |