[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.
[linux-flexiantxendom0-natty.git] / net / dccp / minisocks.c
index 027d181..33ad483 100644 (file)
@@ -216,7 +216,7 @@ struct sock *dccp_check_req(struct sock *sk, struct sk_buff *skb,
                         * counter (backoff, monitored by dccp_response_timer).
                         */
                        req->retrans++;
-                       req->rsk_ops->rtx_syn_ack(sk, req, NULL);
+                       req->rsk_ops->rtx_syn_ack(sk, req);
                }
                /* Network Duplicate, discard packet */
                return NULL;