Mention it in the log file when we HUP a process that
controls a link.
This commit is contained in:
parent
18c55c0081
commit
abac9c38ad
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user