start_forked_proc() should not be called when rfork() is called without
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 12 Jun 2004 03:09:41 +0000 (03:09 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 12 Jun 2004 03:09:41 +0000 (03:09 +0000)
commitf61c1ff1d6f9285ef38ab7298979c35cb11009c9
treea4e7e9cc978177023996b0d7110e1cbed089162d
parent7bf8660ab330eed868287e2b323c4600483f7a41
start_forked_proc() should not be called when rfork() is called without
RFPROC, since no new process is being created.

Reported-by: Hiten
Testing-by: Hiten
sys/kern/kern_fork.c