summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread.inl
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2011-12-20 15:39:02 +0000
committerSteve Huston <shuston@riverace.com>2011-12-20 15:39:02 +0000
commit32ec4bb6a080764da12834d7c9a92ef10f4e584c (patch)
treef81bedca7f372f767bf8e9fde3032f214fea8208 /ACE/ace/Thread.inl
parent3573e7399c9474a5f43261afc4cb8b9e4580b891 (diff)
downloadATCD-32ec4bb6a080764da12834d7c9a92ef10f4e584c.tar.gz
ChangeLogTag:Tue Dec 20 15:36:24 UTC 2011 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/Thread.inl')
-rw-r--r--ACE/ace/Thread.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Thread.inl b/ACE/ace/Thread.inl
index 699fbd68bfe..3501393a5eb 100644
--- a/ACE/ace/Thread.inl
+++ b/ACE/ace/Thread.inl
@@ -171,7 +171,7 @@ ACE_Thread::disablecancel (struct cancel_state *old_state)
{
ACE_OS::memset (old_state,
0,
- sizeof (old_state));
+ sizeof (*old_state));
old_state->cancelstate = old_cstate;
}