This trivial patch removes the unneeded pointer newdp, which is never used.
Signed-off-by: Micah Gruber <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
{
struct inet_request_sock *ireq;
struct inet_sock *newinet;
- struct dccp_sock *newdp;
struct sock *newsk;
if (sk_acceptq_is_full(sk))
sk_setup_caps(newsk, dst);
- newdp = dccp_sk(newsk);
newinet = inet_sk(newsk);
ireq = inet_rsk(req);
newinet->daddr = ireq->rmt_addr;