summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Event_Map_T.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-18 13:04:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-18 13:04:10 +0000
commitb3c50d7a0eaf53b88ed654449e7a21f490d204b8 (patch)
treee1f5726bd5287b2b355e4d9dbd775be05d069687 /TAO/orbsvcs/orbsvcs/Notify/Event_Map_T.cpp
parent4ce6acbce6c1a801aa6c24b0e7e3e2dcffa1713f (diff)
downloadATCD-b3c50d7a0eaf53b88ed654449e7a21f490d204b8.tar.gz
ChangeLogTag: Mon Apr 18 12:54:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Event_Map_T.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Event_Map_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Event_Map_T.cpp b/TAO/orbsvcs/orbsvcs/Notify/Event_Map_T.cpp
index 77de698806d..c1dbe74c813 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Event_Map_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Event_Map_T.cpp
@@ -111,7 +111,7 @@ TAO_Notify_Event_Map_T<PROXY, ACE_LOCK>::insert (PROXY* proxy, const TAO_Notify_
template <class PROXY, class ACE_LOCK> int
TAO_Notify_Event_Map_T<PROXY, ACE_LOCK>::remove (PROXY* proxy, const TAO_Notify_EventType& event_type ACE_ENV_ARG_DECL)
{
- ENTRY* entry;
+ ENTRY* entry = 0;
if (event_type.is_special () == 1)
{