summaryrefslogtreecommitdiff
path: root/ACE/ace/WFMO_Reactor.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-10-23 16:30:46 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-10-23 16:30:46 +0200
commit3b9024dd16208f7f37ef545b31d6a7107bda1110 (patch)
tree934ba5dbc7248271d199812480b4b53bb57c738f /ACE/ace/WFMO_Reactor.cpp
parentd183bccfeafcb9aec60bdbdd1e656011d63631c6 (diff)
downloadATCD-3b9024dd16208f7f37ef545b31d6a7107bda1110.tar.gz
Fixed errors
* ACE/ace/SPIPE_Addr.cpp: * ACE/ace/SPIPE_Addr.inl: * ACE/ace/WFMO_Reactor.cpp:
Diffstat (limited to 'ACE/ace/WFMO_Reactor.cpp')
-rw-r--r--ACE/ace/WFMO_Reactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/WFMO_Reactor.cpp b/ACE/ace/WFMO_Reactor.cpp
index a5ba55009c1..c08b0e744de 100644
--- a/ACE/ace/WFMO_Reactor.cpp
+++ b/ACE/ace/WFMO_Reactor.cpp
@@ -1663,7 +1663,7 @@ ACE_WFMO_Reactor_Handler_Repository::handler (ACE_HANDLE handle,
if (found &&
ACE_BIT_ENABLED (user_masks, ACE_Event_Handler::QOS_MASK))
if (!ACE_BIT_ENABLED (existing_masks, FD_QOS))
- found = 0false
+ found = false;
if (found &&
ACE_BIT_ENABLED (user_masks, ACE_Event_Handler::GROUP_QOS_MASK))
if (!ACE_BIT_ENABLED (existing_masks, FD_GROUP_QOS))