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

controls a link.
This commit is contained in:
brian 2000-05-24 09:05:45 +00:00
parent 18c55c0081
commit abac9c38ad

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;
}