summaryrefslogtreecommitdiff
path: root/ace/Parse_Node.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-21 01:49:43 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-21 01:49:43 +0000
commit78b4bcbbfd7bcdd9bc5ce4fb021b548ec5bb6de2 (patch)
tree1cf53e043485555f0db64ed7212571cf15094666 /ace/Parse_Node.cpp
parent32ea5b0774eb2deba857f014a55deef3566bfccf (diff)
downloadATCD-78b4bcbbfd7bcdd9bc5ce4fb021b548ec5bb6de2.tar.gz
Added missing variable initialization.
Diffstat (limited to 'ace/Parse_Node.cpp')
-rw-r--r--ace/Parse_Node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Parse_Node.cpp b/ace/Parse_Node.cpp
index 1b558f4e1c8..a2fbd12780f 100644
--- a/ace/Parse_Node.cpp
+++ b/ace/Parse_Node.cpp
@@ -630,7 +630,7 @@ ACE_Static_Function_Node::symbol (ACE_Service_Object_Exterminator *gobbler)
{
ACE_TRACE ("ACE_Static_Function_Node::symbol");
- void *(*func)(ACE_Service_Object_Exterminator *);
+ void *(*func)(ACE_Service_Object_Exterminator *) = 0;
this->symbol_ = 0;
// Locate the factory function <function_name> in the statically