patch-2.2.17 linux/net/irda/af_irda.c

Next file: linux/net/irda/irda_device.c
Previous file: linux/net/ipv4/tcp_output.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.16/net/irda/af_irda.c linux/net/irda/af_irda.c
@@ -8,7 +8,7 @@
  * Created at:    Sun May 31 10:12:43 1998
  * Modified at:   Tue Apr 11 19:06:24 2000
  * Modified by:   Dag Brattli <dagb@cs.uit.no>
- * Sources:       af_netroom.c, af_ax25.c, af_rose.c, af_x25.c etc.
+ * Sources:       af_netrom.c, af_ax25.c, af_rose.c, af_x25.c etc.
  * 
  *     Copyright (c) 1999-2000 Dag Brattli <dagb@cs.uit.no>
  *     Copyright (c) 1999 Jean Tourrilhes <jeant@rockfort.hpl.hp.com>
@@ -1073,7 +1073,7 @@
 
         sock->sk   = NULL;      
         sk->socket = NULL;      /* Not used, but we should do this. */
-
+	sk->protinfo.irda = NULL;
         return 0;
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)