summaryrefslogtreecommitdiffstats
path: root/net/econet
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-09-28 22:25:29 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-09-28 22:25:29 +0000
commit0ae8dceaebe3659ee0c3352c08125f403e77ebca (patch)
tree5085c389f09da78182b899d19fe1068b619a69dd /net/econet
parent273767781288c35c9d679e908672b9996cda4c34 (diff)
Merge with 2.3.10.
Diffstat (limited to 'net/econet')
-rw-r--r--net/econet/econet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/econet/econet.c b/net/econet/econet.c
index 8930109b3..d790ae536 100644
--- a/net/econet/econet.c
+++ b/net/econet/econet.c
@@ -759,7 +759,8 @@ static struct sock *ec_listening_socket(unsigned char port, unsigned char
(opt->station == station || opt->station == 0) &&
(opt->net == net || opt->net == 0))
return sk;
- sk = sk->sklist_next;
+
+ sk = sk->next;
}
return NULL;