summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf_y.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-12 19:52:12 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-12 19:52:12 +0000
commit1c078e271a9e9ca52be2dc81de7cd3d46735c470 (patch)
treec9f0e63538c4bf072cea480ee4acdfbb07d18967 /ace/Svc_Conf_y.cpp
parent62949476579ca3d10292a09498ae477e34cda4ff (diff)
downloadATCD-1c078e271a9e9ca52be2dc81de7cd3d46735c470.tar.gz
.
Diffstat (limited to 'ace/Svc_Conf_y.cpp')
-rw-r--r--ace/Svc_Conf_y.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf_y.cpp b/ace/Svc_Conf_y.cpp
index 14599c9fe6b..ff8b0e98472 100644
--- a/ace/Svc_Conf_y.cpp
+++ b/ace/Svc_Conf_y.cpp
@@ -865,7 +865,7 @@ case 30:
u_int flags
= ACE_Service_Type::DELETE_THIS
| (ace_yyvsp[-1].location_node_->dispose () == 0 ? 0 : ACE_Service_Type::DELETE_OBJ);
- ACE_Service_Object_Exterminator gobbler;
+ ACE_Service_Object_Exterminator gobbler = 0;
void *sym = ace_yyvsp[-1].location_node_->symbol (&gobbler);
if (sym != 0)