patch-2.1.44 linux/net/x25/x25_dev.c

Next file: linux/net/x25/x25_facilities.c
Previous file: linux/net/x25/sysctl_net_x25.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/net/x25/x25_dev.c linux/net/x25/x25_dev.c
@@ -1,5 +1,5 @@
 /*
- *	X.25 Packet Layer release 001
+ *	X.25 Packet Layer release 002
  *
  *	This is ALPHA test software. This code may break your machine, randomly fail to work with new 
  *	releases, misbehave and/or generally screw up. It might even work. 
@@ -73,7 +73,7 @@
 	/*
 	 *	Find an existing socket.
 	 */
-	if ((sk = x25_find_socket(lci)) != NULL) {
+	if ((sk = x25_find_socket(lci, neigh)) != NULL) {
 		skb->h.raw = skb->data;
 		return x25_process_rx_frame(sk, skb);
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov