Skip to content

Commit

Permalink
SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Gui Jianfeng authored and David S. Miller committed Apr 10, 2008
1 parent 935a7f6 commit eab2e0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/sctp/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
epb = &ep->base;

hit:
sctp_endpoint_hold(ep);
Expand Down

0 comments on commit eab2e0b

Please sign in to comment.