Home | History | Annotate | Download | only in openssh

Lines Matching full:setsid

1830 	 * If setsid is called, on some platforms sshd will later acquire a
1834 if (!debug_flag && !inetd_flag && setsid() < 0)
1835 error("setsid: %.100s", strerror(errno));