mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
708925463e
In the MPSAFE TTY branch, I noticed PTY's to be leaked, because dhclient's privileged process was run inside the session of, say, the login shell. Make sure we call setsid() here. Approved by: philip (mentor), brooks