From 0266626840a722b83c3a033c7374f568a0cc9ef1 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 12 Nov 2008 19:29:09 +0000 Subject: QPID-1457: Removed erroneous signal settings git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@713466 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/SignalHandler.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/broker/SignalHandler.cpp b/cpp/src/qpid/broker/SignalHandler.cpp index fee54cfdfc..7207b0f8ce 100644 --- a/cpp/src/qpid/broker/SignalHandler.cpp +++ b/cpp/src/qpid/broker/SignalHandler.cpp @@ -36,9 +36,6 @@ void SignalHandler::setBroker(const boost::intrusive_ptr& b) { signal(SIGHUP,SIG_IGN); // TODO aconway 2007-07-18: reload config. signal(SIGCHLD,SIG_IGN); - signal(SIGTSTP,SIG_IGN); - signal(SIGTTOU,SIG_IGN); - signal(SIGTTIN,SIG_IGN); } void SignalHandler::shutdownHandler(int) { -- cgit v1.2.1