aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-07-31 15:29:50 +0000
committerBrian Somers <brian@FreeBSD.org>2001-07-31 15:29:50 +0000
commita63c2b97d7f48776ccd6697dcb9251c4b93c227d (patch)
tree655b16a8c5b1ab0e1a9002b91a53611b289d3d23 /libexec
parent65cacad456f79cf0e9012e053f9294fcded7ceee (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/pppoed/pppoed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c
index 177ccf8fc3407..ce50ee4164520 100644
--- a/libexec/pppoed/pppoed.c
+++ b/libexec/pppoed/pppoed.c
@@ -603,7 +603,7 @@ main(int argc, char **argv)
memset(&act, '\0', sizeof act);
act.sa_handler = Farewell;
- act.sa_flags = SA_RESETHAND;
+ act.sa_flags = 0;
sigemptyset(&act.sa_mask);
sigaction(SIGHUP, &act, NULL);
sigaction(SIGINT, &act, NULL);