> ---
> net/dccp/input.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/net/dccp/input.c b/net/dccp/input.c
> index dab4cc9..df0e671 100644
> --- a/net/dccp/input.c
> +++ b/net/dccp/input.c
> @@ -370,7 +370,7 @@ int dccp_rcv_established(struct sock *sk, struct sk_buff *skb,
> goto discard;
>
> if (dccp_parse_options(sk, NULL, skb))
> - goto discard;
> + return 1;
>
> dccp_handle_ackvec_processing(sk, skb);
> dccp_deliver_input_to_ccids(sk, skb);
> @@ -631,7 +631,7 @@ int dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
>
> /* Step 8: Process options */
> if (dccp_parse_options(sk, NULL, skb))
> - goto discard;
> + return 1;
>
> /*
> * Step 9: Process Reset
> --
> 1.5.3.8
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe dccp" in
> the body of a message to
majordomo@vger.kernel.org
> More majordomo info at
http://vger.kernel.org/majordomo-info.html