summaryrefslogtreecommitdiff
path: root/ace/Service_Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Main.cpp')
-rw-r--r--ace/Service_Main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Service_Main.cpp b/ace/Service_Main.cpp
index b96c06fe7db..14e8fdbcd0b 100644
--- a/ace/Service_Main.cpp
+++ b/ace/Service_Main.cpp
@@ -26,8 +26,7 @@ sc_main (int argc, char *argv[])
// Run forever, performing the configured services until we are shut
// down by a SIGINT/SIGQUIT signal.
- while (daemon.reactor_event_loop_done () == 0)
- daemon.run_reactor_event_loop ();
+ daemon.run_reactor_event_loop ();
return 0;
}