From 11e685579fb5b03551fc1520dad7b1d191a32802 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Wed, 11 Oct 2006 13:28:37 +0000 Subject: Make it buildable. --- sys/netgraph/netflow/netflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c index a2fcec647f4d..efb31d02e585 100644 --- a/sys/netgraph/netflow/netflow.c +++ b/sys/netgraph/netflow/netflow.c @@ -60,7 +60,7 @@ static const char rcs_id[] = #define FULL_HASH(addr1, addr2, port1, port2) \ (((addr1 ^ (addr1 >> 16) ^ \ htons(addr2 ^ (addr2 >> 16))) ^ \ - srcport ^ htons(dstport)) & \ + port1 ^ htons(port2)) & \ (NBUCKETS - 1)) /* This hash is for all other IP packets. */ -- cgit v1.3