projects
/
pdns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6aaf55
)
ixfrdist: Don't handle SIGSTOP
author
Pieter Lexis
<pieter.lexis@powerdns.com>
Mon, 27 Aug 2018 11:55:49 +0000
(13:55 +0200)
committer
Pieter Lexis
<pieter.lexis@powerdns.com>
Mon, 27 Aug 2018 11:55:49 +0000
(13:55 +0200)
pdns/ixfrdist.cc
patch
|
blob
|
history
diff --git
a/pdns/ixfrdist.cc
b/pdns/ixfrdist.cc
index f48a6c32dd7a18fc38585271cd628efd28621c0d..383665cd4d0a1be0232c6591b87b4ae4de72c921 100644
(file)
--- a/
pdns/ixfrdist.cc
+++ b/
pdns/ixfrdist.cc
@@
-1051,7
+1051,6
@@
int main(int argc, char** argv) {
// It all starts here
signal(SIGTERM, handleSignal);
signal(SIGINT, handleSignal);
- signal(SIGSTOP, handleSignal);
signal(SIGPIPE, SIG_IGN);
// Init the things we need