summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-24 14:33:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-24 14:33:28 +0000
commitb043b0dc703ca3d0c5769121e67dd3b979547b5c (patch)
treed3c83d1ad9c351d3468d5d592a37487ac99caa5a
parentfa99653382c728e5c50d4c549923d3d84cda7551 (diff)
downloadATCD-b043b0dc703ca3d0c5769121e67dd3b979547b5c.tar.gz
-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..