On Tue, 24 Jun 2008, Krzysztof Oledzki wrote: <CUT>
+static unsigned int nf_ct_acct __read_mostly = NF_CT_ACCT_DEFAULT;Perhaps this should be bool instead?Yep.
It seems that it has to stay as unsigned int - if I change it to bool I get:
net/netfilter/nf_conntrack_acct.c: In function '__check_acct': net/netfilter/nf_conntrack_acct.c:27: warning: return from incompatible pointer type Best regards, Krzysztof Olędzki