get rid of debugging text
This commit is contained in:
parent
93c7bd2170
commit
600c5d588f
@ -65,7 +65,6 @@ void sigterm_handler(int s)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (ipv6_pid != -1) {
|
if (ipv6_pid != -1) {
|
||||||
printf("ipv6_pid %d\n", ipv6_pid);
|
|
||||||
kill(ipv6_pid, SIGTERM);
|
kill(ipv6_pid, SIGTERM);
|
||||||
}
|
}
|
||||||
remove(conf.pid_file);
|
remove(conf.pid_file);
|
||||||
|
Reference in New Issue
Block a user