diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-14 02:16:16 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-14 02:16:16 +0000 |
commit | 33add2a92f20fe39a81b84929fcacbebb038017e (patch) | |
tree | 46e637ce0e44d1b3df34d2c2e0ddb18cfa4e3594 /ace/Reactor.cpp | |
parent | 00bea69f2574147571082d71c64dd7abb8d44882 (diff) | |
download | ATCD-33add2a92f20fe39a81b84929fcacbebb038017e.tar.gz |
Typo fix.
Diffstat (limited to 'ace/Reactor.cpp')
-rw-r--r-- | ace/Reactor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Reactor.cpp b/ace/Reactor.cpp index 7d1369e4db9..361efeadb4d 100644 --- a/ace/Reactor.cpp +++ b/ace/Reactor.cpp @@ -1466,7 +1466,7 @@ ACE_Reactor::suspend_i (ACE_HANDLE handle) if (this->wait_set_.ex_mask_.is_set (handle)) { this->suspend_set_.ex_mask_.set_bit (handle); - this->ex_mask_.clr_bit(handle); + this->wait_set_.ex_mask_.clr_bit(handle); } return 0; } |