Loading net/decnet/dn_nsp_in.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -491,6 +491,7 @@ static void dn_nsp_disc_conf(struct sock *sk, struct sk_buff *skb) break; break; case DN_RUN: case DN_RUN: sk->sk_shutdown |= SHUTDOWN_MASK; sk->sk_shutdown |= SHUTDOWN_MASK; /* fall through */ case DN_CC: case DN_CC: scp->state = DN_CN; scp->state = DN_CN; } } Loading Loading
net/decnet/dn_nsp_in.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -491,6 +491,7 @@ static void dn_nsp_disc_conf(struct sock *sk, struct sk_buff *skb) break; break; case DN_RUN: case DN_RUN: sk->sk_shutdown |= SHUTDOWN_MASK; sk->sk_shutdown |= SHUTDOWN_MASK; /* fall through */ case DN_CC: case DN_CC: scp->state = DN_CN; scp->state = DN_CN; } } Loading