mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Forgot to sort here in r328238.
This commit is contained in:
parent
d821d36419
commit
44c514b142
1 changed files with 1 additions and 1 deletions
|
|
@ -1560,7 +1560,7 @@ unp_pcblist(SYSCTL_HANDLER_ARGS)
|
|||
struct unp_head *head;
|
||||
struct xunpcb *xu;
|
||||
u_int i;
|
||||
int freeunp, error, n;
|
||||
int error, freeunp, n;
|
||||
|
||||
switch ((intptr_t)arg1) {
|
||||
case SOCK_STREAM:
|
||||
|
|
|
|||
Loading…
Reference in a new issue