]> Git Repo - linux.git/blobdiff - net/irda/af_irda.c
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
[linux.git] / net / irda / af_irda.c
index 5922febe25c42dc9a602378a600db8d8da674f85..cb762c8723ea7a90f98b9e34074d98bc3b716742 100644 (file)
@@ -913,9 +913,6 @@ static int irda_accept(struct socket *sock, struct socket *newsock, int flags)
        /* Clean up the original one to keep it in listen state */
        irttp_listen(self->tsap);
 
-       /* Wow ! What is that ? Jean II */
-       skb->sk = NULL;
-       skb->destructor = NULL;
        kfree_skb(skb);
        sk->sk_ack_backlog--;
 
This page took 0.033481 seconds and 4 git commands to generate.