summaryrefslogtreecommitdiff
path: root/examples/Reactor/Misc/test_demuxing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/Misc/test_demuxing.cpp')
-rw-r--r--examples/Reactor/Misc/test_demuxing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/Misc/test_demuxing.cpp b/examples/Reactor/Misc/test_demuxing.cpp
index 6badd849757..621e5f72f1c 100644
--- a/examples/Reactor/Misc/test_demuxing.cpp
+++ b/examples/Reactor/Misc/test_demuxing.cpp
@@ -151,7 +151,7 @@ Sig_Handler::handle_signal (int signum, siginfo_t *, ucontext_t *)
ACE_Reactor::end_event_loop ();
break;
default:
- ACE_ERROR_RETURN ((LM_ERROR, "invalid signal"), -1);
+ ACE_ASSERT (!"invalid signal");
break;
/* NOTREACHED */
}