[ATM]: sk_atm() conversion missed subtle change of vcc
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
26095455ac
commit
208a6dfbd6
@@ -134,6 +134,7 @@ static int sigd_send(struct atm_vcc *vcc,struct sk_buff *skb)
|
|||||||
break;
|
break;
|
||||||
case as_indicate:
|
case as_indicate:
|
||||||
vcc = *(struct atm_vcc **) &msg->listen_vcc;
|
vcc = *(struct atm_vcc **) &msg->listen_vcc;
|
||||||
|
sk = sk_atm(vcc);
|
||||||
DPRINTK("as_indicate!!!\n");
|
DPRINTK("as_indicate!!!\n");
|
||||||
lock_sock(sk);
|
lock_sock(sk);
|
||||||
if (sk_acceptq_is_full(sk)) {
|
if (sk_acceptq_is_full(sk)) {
|
||||||
|
Reference in New Issue
Block a user