summaryrefslogtreecommitdiff
path: root/ace/Module.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-08 22:07:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-08 22:07:49 +0000
commitf9165af824b8b17874d968f3e57fad576570eb37 (patch)
tree923fca319913deedf33f4f1b95dc25736f288493 /ace/Module.cpp
parentce166cd8c8fff5eb5a7ba8ea3bbeb7cf5a788979 (diff)
downloadATCD-f9165af824b8b17874d968f3e57fad576570eb37.tar.gz
foo
Diffstat (limited to 'ace/Module.cpp')
-rw-r--r--ace/Module.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Module.cpp b/ace/Module.cpp
index 09b562497ab..eefac725ae7 100644
--- a/ace/Module.cpp
+++ b/ace/Module.cpp
@@ -144,6 +144,8 @@ ACE_Module<ACE_SYNCH_2>::ACE_Module (void)
ACE_TRACE ("ACE_Module<ACE_SYNCH_2>::ACE_Module");
this->name ("<unknown>");
// Do nothing...
+ this->q_pair_[0] = 0;
+ this->q_pair_[1] = 0;
}
template <ACE_SYNCH_1> ACE_INLINE