summaryrefslogtreecommitdiff
path: root/cppe/src/TcpTransport/EndpointFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src/TcpTransport/EndpointFactory.cpp')
-rw-r--r--cppe/src/TcpTransport/EndpointFactory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppe/src/TcpTransport/EndpointFactory.cpp b/cppe/src/TcpTransport/EndpointFactory.cpp
index d7a0a61525a..82c8970fcbc 100644
--- a/cppe/src/TcpTransport/EndpointFactory.cpp
+++ b/cppe/src/TcpTransport/EndpointFactory.cpp
@@ -55,6 +55,8 @@ IceInternal::EndpointFactory::create(const std::string& str) const
}
EndpointParseException ex(__FILE__, __LINE__);
+ ex.str = str;
+ throw ex;
}
EndpointPtr