aboutsummaryrefslogtreecommitdiff
path: root/dhcp6c.c
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2007-03-23 07:21:14 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commit6a594cacbd21674f5344b5369abcd0b2f1e0ec41 (patch)
tree450cb0adb36ebfa5c608c3967bc10e6cbe5fa752 /dhcp6c.c
parent58a239ae46041ee89b2ee78a1d9731a70389d257 (diff)
in signal-receiving procedure, not uses a function that is not always designed to be signal-safe (Bug-ID 1678874)
Diffstat (limited to 'dhcp6c.c')
-rw-r--r--dhcp6c.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dhcp6c.c b/dhcp6c.c
index df4643f..7731ba7 100644
--- a/dhcp6c.c
+++ b/dhcp6c.c
@@ -1133,8 +1133,6 @@ client6_signal(sig)
int sig;
{
- dprintf(LOG_INFO, FNAME, "received a signal (%d)", sig);
-
switch (sig) {
case SIGTERM:
sig_flags |= SIGF_TERM;