Please drop this patch.

Harald Welte wrote:
> @@ -788,6 +788,12 @@ ctnetlink_get_conntrack(struct sock *ctn
>  
>       err = ctnetlink_fill_info(skb2, NETLINK_CB(skb).pid, nlh->nlmsg_seq, 
>                                 IPCTNL_MSG_CT_NEW, 1, ct);
> +
> +#ifdef CONFIG_IP_NF_CT_ACCT
> +     if (NFNL_MSG_TYPE(nlh->nlmsg_type) == IPCTNL_MSG_CT_GET_CTRZERO) 
> +             memset(&ct->counters, 0, sizeof(ct->counters));
> +#endif
> +     
>       ip_conntrack_put(ct);
>       if (err <= 0)
>               goto free;

Harald, it seems that you commited the patch to zero counters together
with that one to change allocation flag :(

-- 
Pablo
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to