Kris Katterjohn <[EMAIL PROTECTED]> wrote: > > @@ -1021,6 +1025,7 @@ static int packet_create(struct socket * > po = pkt_sk(sk); > sk->sk_family = PF_PACKET; > po->num = protocol; > + po->accumulate_stats = 0;
This is unnecessary as sk_alloc zeros the whole structure. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - 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
