diff options
Diffstat (limited to 'TAO/tao/Any.cpp')
-rw-r--r-- | TAO/tao/Any.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Any.cpp b/TAO/tao/Any.cpp index 8a62dc2401f..cbd1511295f 100644 --- a/TAO/tao/Any.cpp +++ b/TAO/tao/Any.cpp @@ -172,7 +172,7 @@ CORBA_Any::operator= (const CORBA_Any &src) if (src.any_owns_data_) { this->cdr_ = ACE_Message_Block::duplicate ((ACE_Message_Block *) - src.value_); + src.cdr_); } else { |