netfilter-2.6/patch-o-matic-ng/trunk/net/ipv4/netfilter/ipt_connlimit.c
pluto
cvs at pld-linux.org
Sat Jun 11 18:58:05 CEST 2005
Author: pluto
Date: Sat Jun 11 18:58:03 2005
New Revision: 6073
Modified:
netfilter-2.6/patch-o-matic-ng/trunk/net/ipv4/netfilter/ipt_connlimit.c
Log:
- cosmetics.
Modified: netfilter-2.6/patch-o-matic-ng/trunk/net/ipv4/netfilter/ipt_connlimit.c
==============================================================================
--- netfilter-2.6/patch-o-matic-ng/trunk/net/ipv4/netfilter/ipt_connlimit.c (original)
+++ netfilter-2.6/patch-o-matic-ng/trunk/net/ipv4/netfilter/ipt_connlimit.c Sat Jun 11 18:58:03 2005
@@ -37,7 +37,7 @@
static inline unsigned ipt_iphash(const unsigned addr)
{
- return ((addr ^ (addr >> 8) ^ (addr >> 16) ^ (addr >> 24)) & 0xff);
+ return ((addr ^ (addr >> 8) ^ (addr >> 16) ^ (addr >> 24)) & 0xff);
}
static int count_them(struct ipt_connlimit_data *data,
More information about the pld-cvs-commit
mailing list