summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Multi_Map_Manager_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Hash_Multi_Map_Manager_T.inl')
-rw-r--r--ACE/ace/Hash_Multi_Map_Manager_T.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Hash_Multi_Map_Manager_T.inl b/ACE/ace/Hash_Multi_Map_Manager_T.inl
index f0cbcabe599..245870834c9 100644
--- a/ACE/ace/Hash_Multi_Map_Manager_T.inl
+++ b/ACE/ace/Hash_Multi_Map_Manager_T.inl
@@ -91,7 +91,7 @@ template <class EXT_ID, class INT_ID, class HASH_KEY, class COMPARE_KEYS, class
ACE_Hash_Multi_Map_Manager<EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK>::bind_i (const EXT_ID &ext_id,
const INT_ID &int_id)
{
- ACE_Hash_Multi_Map_Entry<EXT_ID, INT_ID> *temp;
+ ACE_Hash_Multi_Map_Entry<EXT_ID, INT_ID> *temp = 0;
return this->bind_i (ext_id, int_id, temp);
}