diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-02-09 06:23:22 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-02-09 06:23:22 +0000 |
commit | 2ba3ebf3a17965c5efecfc7ad4fe0f18f16f9ada (patch) | |
tree | 972712102dc9f3359ab3d472948d2e622be8fbd2 /TAO/tao | |
parent | d44120b0e14f14701087b713c62efcb70a150551 (diff) | |
download | ATCD-2ba3ebf3a17965c5efecfc7ad4fe0f18f16f9ada.tar.gz |
ChangeLogTag:Fri Feb 08 22:20:38 2002 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/Environment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Environment.cpp b/TAO/tao/Environment.cpp index 5d3d9f630e7..27d15b5fbca 100644 --- a/TAO/tao/Environment.cpp +++ b/TAO/tao/Environment.cpp @@ -39,7 +39,7 @@ CORBA_Environment::operator= (const CORBA_Environment& rhs) CORBA_Environment tmp (rhs); { CORBA_Exception *tmp_ex = this->exception_; - this->exception_ = rhs.exception_; + this->exception_ = tmp.exception_; tmp.exception_ = tmp_ex; } { |