Mention it in the log file when we HUP a process that

controls a link.
This commit is contained in:
Brian Somers 2000-05-24 09:05:45 +00:00
parent 569e965893
commit 4518b0757f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60863

View file

@ -340,6 +340,8 @@ physical_Close(struct physical *p)
throughput_log(&p->link.throughput, LogPHASE, p->link.name);
if (p->session_owner != (pid_t)-1) {
log_Printf(LogPHASE, "%s: HUPing %d\n", p->link.name,
(int)p->session_owner);
ID0kill(p->session_owner, SIGHUP);
p->session_owner = (pid_t)-1;
}