Loading net/sctp/input.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -725,7 +725,6 @@ static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(const union sctp_addr *l } } ep = sctp_sk((sctp_get_ctl_sock()))->ep; ep = sctp_sk((sctp_get_ctl_sock()))->ep; epb = &ep->base; hit: hit: sctp_endpoint_hold(ep); sctp_endpoint_hold(ep); Loading Loading
net/sctp/input.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -725,7 +725,6 @@ static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(const union sctp_addr *l } } ep = sctp_sk((sctp_get_ctl_sock()))->ep; ep = sctp_sk((sctp_get_ctl_sock()))->ep; epb = &ep->base; hit: hit: sctp_endpoint_hold(ep); sctp_endpoint_hold(ep); Loading