Fix an arguments order in check_uidgid() call.
PR: kern/59314 Submitted by: Andrey V. Shytov Approved by: re (rwatson, jhb)
This commit is contained in:
parent
94b4c9762f
commit
dbf7b38125
@ -1653,8 +1653,8 @@ ipfw_chk(struct ip_fw_args *args)
|
||||
match = check_uidgid(
|
||||
(ipfw_insn_u32 *)cmd,
|
||||
proto, oif,
|
||||
src_ip, src_port,
|
||||
dst_ip, dst_port);
|
||||
dst_ip, dst_port,
|
||||
src_ip, src_port);
|
||||
break;
|
||||
|
||||
case O_RECV:
|
||||
|
Loading…
Reference in New Issue
Block a user