summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EndpointFactoryManager.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2013-01-16 13:03:45 +0100
committerBenoit Foucher <benoit@zeroc.com>2013-01-16 13:03:45 +0100
commit3a7e1fda55a94937c8b9504b116a8b9bc29239ca (patch)
treec93d574855c871d95b5806bdc817a3ba5c58541b /cpp/src/Ice/EndpointFactoryManager.cpp
parentFixed ICE-5131 - parsing of -p <version> for proxies, tweaked UDP endpoint de... (diff)
downloadice-3a7e1fda55a94937c8b9504b116a8b9bc29239ca.tar.bz2
ice-3a7e1fda55a94937c8b9504b116a8b9bc29239ca.tar.xz
ice-3a7e1fda55a94937c8b9504b116a8b9bc29239ca.zip
Fixed ICE-5143 and ICE-5140: stringified proxy and default raw encoding for opaque endpoints
Diffstat (limited to 'cpp/src/Ice/EndpointFactoryManager.cpp')
-rw-r--r--cpp/src/Ice/EndpointFactoryManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/EndpointFactoryManager.cpp b/cpp/src/Ice/EndpointFactoryManager.cpp
index 8ce75b7f108..6cfe7757c82 100644
--- a/cpp/src/Ice/EndpointFactoryManager.cpp
+++ b/cpp/src/Ice/EndpointFactoryManager.cpp
@@ -131,7 +131,7 @@ IceInternal::EndpointFactoryManager::create(const string& str, bool oaEndpoint)
//
if(protocol == "opaque")
{
- EndpointIPtr ue = new OpaqueEndpointI(str.substr(end));
+ EndpointIPtr ue = new OpaqueEndpointI(str.substr(end), _instance);
factory = get(ue->type());
if(factory)
{