mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a missing terminator.
Confirmed by: rwatson
This commit is contained in:
parent
4953b2fb14
commit
cd104dd3c1
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ static struct witness_order_list_entry order_lists[] = {
|
|||
{ "bpf global lock", &lock_class_mtx_sleep },
|
||||
{ "bpf interface lock", &lock_class_mtx_sleep },
|
||||
{ "bpf cdev lock", &lock_class_mtx_sleep },
|
||||
{ NULL, NULL },
|
||||
/*
|
||||
* NFS server
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue