summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport.cpp')
-rw-r--r--TAO/tao/Transport.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Transport.cpp b/TAO/tao/Transport.cpp
index 8ee78ef946b..0cacbec7f45 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -450,8 +450,7 @@ TAO_Transport::recache_transport (TAO_Transport_Descriptor_Interface *desc)
this->purge_entry ();
// Then add ourselves to the cache
- return this->transport_cache_manager ().cache_transport (desc,
- this);
+ return this->transport_cache_manager ().cache_transport (desc, this);
}
int