summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 21:40:54 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 21:40:54 +0000
commit747cce203c78a0e6d0e6bdc575a8d0b3edd10974 (patch)
tree46daa5859e54873bc5734b998a3d2d80f92dc3a7 /ace/WFMO_Reactor.cpp
parent167f2ded89aa60a30b3cf57c7b9e1f97bb4026f7 (diff)
downloadATCD-747cce203c78a0e6d0e6bdc575a8d0b3edd10974.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/WFMO_Reactor.cpp')
-rw-r--r--ace/WFMO_Reactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/WFMO_Reactor.cpp b/ace/WFMO_Reactor.cpp
index d71ec81d6d5..e03f14b83e7 100644
--- a/ace/WFMO_Reactor.cpp
+++ b/ace/WFMO_Reactor.cpp
@@ -1735,7 +1735,7 @@ ACE_WFMO_Reactor_Notify::handle_signal (int signum,
this->wakeup_one_thread_.signal ();
// Break the loop as we have reached max_notify_iterations_
- break;
+ return 0;
}
}
}