diff options
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index 62af778e21e..a80d2f79d8c 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -506,7 +506,7 @@ IceInternal::FixedReference::getConnection(bool& compress) const if(filteredConns.empty()) { NoEndpointException ex(__FILE__, __LINE__); - ex.proxy = toString(); + ex.proxy = ""; // No stringified representation for fixed proxies throw ex; } |