diff options
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r-- | sys/netinet/ip_fw2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index 0767634..3682264 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -1653,8 +1653,8 @@ check_body: 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: |