Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint

Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Gui Jianfeng and committed by
David S. Miller
eab2e0b2 935a7f6e

-1
-1
net/sctp/input.c
··· 725 725 } 726 726 727 727 ep = sctp_sk((sctp_get_ctl_sock()))->ep; 728 - epb = &ep->base; 729 728 730 729 hit: 731 730 sctp_endpoint_hold(ep);