Fix style bug introduced by previous commit.
This commit is contained in:
parent
1d845e8638
commit
f68c74bbd3
@ -233,7 +233,7 @@ fork_norfproc(struct thread *td, int flags, struct proc **procp)
|
||||
|
||||
fail:
|
||||
if (((p1->p_flag & (P_HADTHREADS|P_SYSTEM)) == P_HADTHREADS) &&
|
||||
(flags & (RFCFDG | RFFDG))) {
|
||||
(flags & (RFCFDG | RFFDG))) {
|
||||
PROC_LOCK(p1);
|
||||
thread_single_end();
|
||||
PROC_UNLOCK(p1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user