diff options
author | Andrew Stitcher <astitcher@apache.org> | 2008-11-12 19:29:09 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2008-11-12 19:29:09 +0000 |
commit | 0266626840a722b83c3a033c7374f568a0cc9ef1 (patch) | |
tree | ece5a68c3150221f37c1b995843a8bd29bb15cc5 | |
parent | c99d4d45ead8020517838b99e2106887701b17d7 (diff) | |
download | qpid-python-0266626840a722b83c3a033c7374f568a0cc9ef1.tar.gz |
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
-rw-r--r-- | cpp/src/qpid/broker/SignalHandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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<Broker>& 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) { |