summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ReferenceFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.cpp')
-rw-r--r--cpp/src/Ice/ReferenceFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.cpp b/cpp/src/Ice/ReferenceFactory.cpp
index d22aa8b3717..734fb141d8c 100644
--- a/cpp/src/Ice/ReferenceFactory.cpp
+++ b/cpp/src/Ice/ReferenceFactory.cpp
@@ -537,7 +537,7 @@ IceInternal::ReferenceFactory::create(const Identity& ident, BasicStream* s)
// For compatibility with the old FacetPath.
//
vector<string> facetPath;
- s->read(facetPath);
+ s->read(facetPath, false);
string facet;
if(!facetPath.empty())
{