diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Glacier2/ProxyVerifier.cpp | 3 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/cpp/src/Glacier2/ProxyVerifier.cpp b/cpp/src/Glacier2/ProxyVerifier.cpp index 507a87d83c3..69258d49547 100644 --- a/cpp/src/Glacier2/ProxyVerifier.cpp +++ b/cpp/src/Glacier2/ProxyVerifier.cpp @@ -901,12 +901,11 @@ Glacier2::ProxyVerifier::ProxyVerifier(const CommunicatorPtr& communicator, cons Glacier2::parseProperty(communicator, s, _rejectRules, _traceLevel); } - s = communicator->getProperties()->getProperty("Glacier2.Filter.MaxProxyLength"); + s = communicator->getProperties()->getProperty("Glacier2.Filter.ProxyLengthMax"); if(s != "") { _rejectRules.push_back(new MaxEndpointsRule(communicator, s, _traceLevel)); } - } Glacier2::ProxyVerifier::~ProxyVerifier() diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 94e2bb0017e..aee113b62b4 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../config/PropertyNames.def', Tue Jun 27 15:24:35 2006 +// Generated by makeprops.py from file `../config/PropertyNames.def', Fri Jun 30 14:22:37 2006 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -299,7 +299,7 @@ const char* IceInternal::PropertyNames::Glacier2Props[] = "Glacier2.Client.Trace.Request", "Glacier2.Filter.Address.Reject", "Glacier2.Filter.Address.Accept", - "Glacier2.Filter.MaxProxyLength", + "Glacier2.Filter.ProxyLengthMax", "Glacier2.Filter.Category.Accept", "Glacier2.Filter.AdapterId.Accept", "Glacier2.Filter.Identity.Accept", diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index a990ce43ec5..e300fd8e56b 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../config/PropertyNames.def', Tue Jun 27 15:24:35 2006 +// Generated by makeprops.py from file `../config/PropertyNames.def', Fri Jun 30 14:22:37 2006 // IMPORTANT: Do not edit this file -- any edits made here will be lost! |