mirror of
https://github.com/opnsense/src.git
synced 2026-03-13 22:25:45 -04:00
Fix style bug introduced by previous commit.
This commit is contained in:
parent
1d845e8638
commit
f68c74bbd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue