diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-12 19:52:12 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-12 19:52:12 +0000 |
commit | 1c078e271a9e9ca52be2dc81de7cd3d46735c470 (patch) | |
tree | c9f0e63538c4bf072cea480ee4acdfbb07d18967 /ace/Svc_Conf.y | |
parent | 62949476579ca3d10292a09498ae477e34cda4ff (diff) | |
download | ATCD-1c078e271a9e9ca52be2dc81de7cd3d46735c470.tar.gz |
.
Diffstat (limited to 'ace/Svc_Conf.y')
-rw-r--r-- | ace/Svc_Conf.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf.y b/ace/Svc_Conf.y index a263dbd5dae..90bc6343ba3 100644 --- a/ace/Svc_Conf.y +++ b/ace/Svc_Conf.y @@ -205,7 +205,7 @@ svc_location u_int flags = ACE_Service_Type::DELETE_THIS | ($3->dispose () == 0 ? 0 : ACE_Service_Type::DELETE_OBJ); - ACE_Service_Object_Exterminator gobbler; + ACE_Service_Object_Exterminator gobbler = 0; void *sym = $3->symbol (&gobbler); if (sym != 0) |