summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp
index d84e55f4d7f..06cabeb3d13 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp
@@ -1126,9 +1126,8 @@ ImplRepo_i::~ImplRepo_i (void)
ACE_Reactor *reactor = orb->orb_core ()->reactor ();
// Register event handler for the ior multicast.
- if (this->ior_multicast_
- && reactor->remove_handler (this->ior_multicast_,
- ACE_Event_Handler::READ_MASK) == -1)
+ if (reactor->remove_handler (this->ior_multicast_,
+ ACE_Event_Handler::READ_MASK) == -1)
if (OPTIONS::instance ()->debug () > 0)
ACE_DEBUG ((LM_DEBUG,
"Implementation Repository: cannot remove handler\n"));