Add comment.
This commit is contained in:
parent
2e78b61dca
commit
45a7e9572f
|
@ -1038,6 +1038,7 @@ do_exit (int status)
|
||||||
sigproc_printf ("%d == sid %d, send SIGHUP to children",
|
sigproc_printf ("%d == sid %d, send SIGHUP to children",
|
||||||
myself->pid, myself->sid);
|
myself->pid, myself->sid);
|
||||||
|
|
||||||
|
/* CGF FIXME: This can't be right. */
|
||||||
if (tp->getsid () == myself->sid)
|
if (tp->getsid () == myself->sid)
|
||||||
kill_pgrp (tp->getpgid (), SIGHUP);
|
kill_pgrp (tp->getpgid (), SIGHUP);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue