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

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)