summaryrefslogtreecommitdiff
path: root/ACE/tests/Hash_Map_Manager_Test.cpp
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-12-17 14:45:11 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-12-17 14:45:11 +0000
commit8b5e3a841da915b71c29c4967436f6089ed32873 (patch)
tree310942d51cfcc5b07025697dd3e562aa7166f935 /ACE/tests/Hash_Map_Manager_Test.cpp
parentc28d3bdcfa39f4cb30c37c3c507dc0ef40a370ac (diff)
downloadATCD-8b5e3a841da915b71c29c4967436f6089ed32873.tar.gz
Fri Dec 17 14:42:53 UTC 2010 Martin Corino <mcorino@remedy.nl>
* */*.*: Merged RemedyWork branch.
Diffstat (limited to 'ACE/tests/Hash_Map_Manager_Test.cpp')
-rw-r--r--ACE/tests/Hash_Map_Manager_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Hash_Map_Manager_Test.cpp b/ACE/tests/Hash_Map_Manager_Test.cpp
index 64308296f8a..6a9e6f91486 100644
--- a/ACE/tests/Hash_Map_Manager_Test.cpp
+++ b/ACE/tests/Hash_Map_Manager_Test.cpp
@@ -202,7 +202,7 @@ run_test (void)
ACE_TEXT ("bind"),
string_table[i].key_), -1);
- const ACE_TCHAR *entry;
+ const ACE_TCHAR *entry = 0;
// Check the <find> operation.
for (i = 0; string_table[i].key_ != 0; i++)