Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eab2e0b2 authored by Gui Jianfeng's avatar Gui Jianfeng Committed by David S. Miller
Browse files

SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint

parent 935a7f6e
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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);