summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA.cpp')
-rw-r--r--TAO/tao/PortableServer/POA.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tao/PortableServer/POA.cpp b/TAO/tao/PortableServer/POA.cpp
index 17db3459747..e0fa15357a5 100644
--- a/TAO/tao/PortableServer/POA.cpp
+++ b/TAO/tao/PortableServer/POA.cpp
@@ -1215,11 +1215,6 @@ TAO_POA::deactivate_object_i (const PortableServer::ObjectId &id,
ACE_THROW (PortableServer::POA::ObjectNotActive ());
}
- // ... if the object has been deactivated already then just return
- // immediately ...
- if (active_object_map_entry->deactivated_ != 0)
- return;
-
// Decrement the reference count.
CORBA::UShort new_count = --active_object_map_entry->reference_count_;
@@ -4199,7 +4194,7 @@ TAO_POA::key_to_stub_i (const TAO_ObjectKey &key,
data = this->orb_core_.create_stub_object (key,
type_id,
client_exposed_policies._retn (),
- this->acceptor_filter_,
+ this->accepor_filter_,
ACE_TRY_ENV);
ACE_CHECK_RETURN (0);