projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2609545
)
[ATM]: sk_atm() conversion missed subtle change of vcc
author
Chas Williams
<chas@cmf.nrl.navy.mil>
Thu, 21 Apr 2005 23:44:57 +0000
(16:44 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 21 Apr 2005 23:44:57 +0000
(16:44 -0700)
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/signaling.c
patch
|
blob
|
history
diff --git
a/net/atm/signaling.c
b/net/atm/signaling.c
index 6ff803154c046d6e174713951962331e1fef7548..f7c449ac1800cffe9cb355806886f7d1d19e8950 100644
(file)
--- a/
net/atm/signaling.c
+++ b/
net/atm/signaling.c
@@
-134,6
+134,7
@@
static int sigd_send(struct atm_vcc *vcc,struct sk_buff *skb)
break;
case as_indicate:
vcc = *(struct atm_vcc **) &msg->listen_vcc;
+ sk = sk_atm(vcc);
DPRINTK("as_indicate!!!\n");
lock_sock(sk);
if (sk_acceptq_is_full(sk)) {