patch-2.3.10 linux/net/econet/econet.c
Next file: linux/net/ipv4/af_inet.c
Previous file: linux/net/decnet/dn_fib.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Sat Jul  3 17:57:22 1999
-  Orig file: 
v2.3.9/linux/net/econet/econet.c
-  Orig date: 
Sun Mar  7 15:25:23 1999
diff -u --recursive --new-file v2.3.9/linux/net/econet/econet.c linux/net/econet/econet.c
@@ -759,7 +759,8 @@
 		    (opt->station == station || opt->station == 0) &&
 		    (opt->net == net || opt->net == 0))
 			return sk;
-		sk = sk->sklist_next;
+
+		sk = sk->next;
 	}
 
 	return NULL;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)