summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/EndpointFactoryManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/EndpointFactoryManager.cpp b/cpp/src/Ice/EndpointFactoryManager.cpp
index f0a4dbb35dc..9b97258d958 100644
--- a/cpp/src/Ice/EndpointFactoryManager.cpp
+++ b/cpp/src/Ice/EndpointFactoryManager.cpp
@@ -141,6 +141,7 @@ IceInternal::EndpointFactoryManager::create(const string& str) const
return _factories[i]->read(&bs);
}
}
+ return ue; // Endpoint is opaque, but we don't have a factory for its type.
}
return 0;