summaryrefslogtreecommitdiff
path: root/TAO/tao/SHMIOP_Endpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/SHMIOP_Endpoint.cpp')
-rw-r--r--TAO/tao/SHMIOP_Endpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/SHMIOP_Endpoint.cpp b/TAO/tao/SHMIOP_Endpoint.cpp
index 29d6eeeb5d5..d638f9c1a84 100644
--- a/TAO/tao/SHMIOP_Endpoint.cpp
+++ b/TAO/tao/SHMIOP_Endpoint.cpp
@@ -147,7 +147,7 @@ TAO_SHMIOP_Endpoint::duplicate (void)
{
TAO_SHMIOP_Endpoint *endpoint = 0;
ACE_NEW_RETURN (endpoint,
- TAO_SHMIOP_Endpoint (this->host_,
+ TAO_SHMIOP_Endpoint (this->host_.in (),
this->port_,
this->object_addr_),
0);