mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Nit
This commit is contained in:
parent
2616144e43
commit
c3a7b734ad
1 changed files with 1 additions and 2 deletions
|
|
@ -96,8 +96,7 @@ sctp_iterator_thread(void *v)
|
|||
&SCTP_BASE_INFO(ipi_iterator_wq_mtx),
|
||||
0, "waiting_for_work", 0);
|
||||
if (SCTP_BASE_INFO(threads_must_exit)) {
|
||||
kthread_exit(
|
||||
);
|
||||
kthread_exit();
|
||||
}
|
||||
sctp_iterator_worker();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue