summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-25 19:24:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-25 19:24:40 +0000
commit2b4bfa70b9f238ac9340024d5728f87dd6bce063 (patch)
tree3e4b937cf49e56fd5baae2e187c76547eb1c2b57 /tests
parent6c7843c5d7e13dd38b6268297ec0b714ff5759ca (diff)
downloadATCD-2b4bfa70b9f238ac9340024d5728f87dd6bce063.tar.gz
ChangeLogTag: Mon Jul 25 18:40:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/Naming_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Naming_Test.cpp b/tests/Naming_Test.cpp
index 50b6a9ec500..8c40a7c16c7 100644
--- a/tests/Naming_Test.cpp
+++ b/tests/Naming_Test.cpp
@@ -182,7 +182,7 @@ run_main (int argc, ACE_TCHAR *argv[])
{
ACE_START_TEST (ACE_TEXT ("Naming_Test"));
ACE_TCHAR temp_file [BUFSIZ];
- ACE_Naming_Context *ns_context;
+ ACE_Naming_Context *ns_context = 0;
ACE_NEW_RETURN (ns_context, ACE_Naming_Context, -1);
ACE_Name_Options *name_options = ns_context->name_options ();