Loading net/dccp/ipv4.c +1 −1 Original line number Diff line number Diff line Loading @@ -498,7 +498,7 @@ int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb) goto drop; if (dccp_parse_options(sk, skb)) goto drop; goto drop_and_free; dccp_openreq_init(req, &dp, skb); Loading Loading
net/dccp/ipv4.c +1 −1 Original line number Diff line number Diff line Loading @@ -498,7 +498,7 @@ int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb) goto drop; if (dccp_parse_options(sk, skb)) goto drop; goto drop_and_free; dccp_openreq_init(req, &dp, skb); Loading