summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-04-19 10:04:38 +0000
committerphk <phk@FreeBSD.org>2005-04-19 10:04:38 +0000
commit84c2edfcd6e786b97d3da7524c2315a47814cc22 (patch)
treeca7eb71715865d6767c474ebafc259ac273235a4 /sys
parentfe23bbf2260c81df872347e83b6169148f96612d (diff)
downloadFreeBSD-src-84c2edfcd6e786b97d3da7524c2315a47814cc22.zip
FreeBSD-src-84c2edfcd6e786b97d3da7524c2315a47814cc22.tar.gz
typo
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 6255bc2..5d50ce5 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -860,7 +860,7 @@ hash_packet(struct ipfw_flow_id *id)
#ifdef INET6
if (IS_IP6_FLOW_ID(id))
- i = hash_packet6(id):
+ i = hash_packet6(id);
else
#endif /* INET6 */
i = (id->dst_ip) ^ (id->src_ip) ^ (id->dst_port) ^ (id->src_port);
OpenPOWER on IntegriCloud