summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/Strategies/GIOP_Message_NonReactive_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Strategies/GIOP_Message_NonReactive_Handler.cpp b/TAO/tao/Strategies/GIOP_Message_NonReactive_Handler.cpp
index 34d2e088fe4..7f3b35b9f62 100644
--- a/TAO/tao/Strategies/GIOP_Message_NonReactive_Handler.cpp
+++ b/TAO/tao/Strategies/GIOP_Message_NonReactive_Handler.cpp
@@ -28,7 +28,7 @@ TAO_GIOP_Message_NonReactive_Handler::read_parse_message(TAO_Transport *transpor
ACE_Time_Value *max_wait_time)
{
// Reset the input_cdr before we do anything with it
- // this->input_cdr_.reset_contents ();
+ this->input_cdr_.reset_contents ();
// Before we do this let us reset the
char *buf = this->input_cdr_.rd_ptr ();