summaryrefslogtreecommitdiff
path: root/TAO/tao/Muxed_TMS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Muxed_TMS.cpp')
-rw-r--r--TAO/tao/Muxed_TMS.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/Muxed_TMS.cpp b/TAO/tao/Muxed_TMS.cpp
index 68df7c44eb5..bebf349b9be 100644
--- a/TAO/tao/Muxed_TMS.cpp
+++ b/TAO/tao/Muxed_TMS.cpp
@@ -126,8 +126,7 @@ TAO_Muxed_TMS::dispatch_reply (TAO_Pluggable_Reply_Params &params)
*this->lock_,
-1);
- result =
- this->dispatcher_table_.unbind (params.request_id_, rd);
+ result = this->dispatcher_table_.unbind (params.request_id_, rd);
if (TAO_debug_level > 8)
ACE_DEBUG ((LM_DEBUG,
@@ -194,7 +193,6 @@ TAO_Muxed_TMS::connection_closed (void)
retval = this->clear_cache ();
}
while (retval != -1);
-
}
int