summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-03-01 15:07:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-03-01 15:07:30 +0000
commit1bf89f6b422e9d919dae190eff3bcae5945fd0df (patch)
treefab148dc1feb46b1bf3ee8620f86275f3f9d0de8
parent628096f3c2547c1c4213238053f290ad4ef2f659 (diff)
downloadATCD-1bf89f6b422e9d919dae190eff3bcae5945fd0df.tar.gz
ChangeLogTag: Wed Mar 1 10:22:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/ORB_Core.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 16eb4f60a59..51ad4c9e13c 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -2136,6 +2136,7 @@ TAO_ORB_Core::shutdown (CORBA::Boolean wait_for_completion
#if (TAO_HAS_INTERCEPTORS == 1)
CORBA::release (this->pi_current_);
+ this->pi_current_ = CORBA::Object::_nil ();
#endif /* TAO_HAS_INTERCEPTORS == 1 */
}
ACE_CATCHALL