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.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/Transport.cpp b/TAO/tao/Transport.cpp
index 78a19852ec7..e23d7a57e19 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -2284,10 +2284,9 @@ TAO_Transport::process_parsed_messages (TAO_Queued_Data *qd,
break;
case TAO_PLUGGABLE_MESSAGE_CANCELREQUEST:
{
- // The associated request might be incomplpete residing
+ // The associated request might be incomplete residing
// fragmented in messaging object. We must make sure the
// resources allocated by fragments are released.
-
if (this->messaging_object ()->discard_fragmented_message (qd) == -1)
{
if (TAO_debug_level > 0)
@@ -2319,6 +2318,11 @@ TAO_Transport::process_parsed_messages (TAO_Queued_Data *qd,
return -1;
}
break;
+ case TAO_PLUGGABLE_MESSAGE_FRAGMENT:
+ {
+ // Nothing to be done.
+ }
+ break;
}
// If not, just return back..