diff options
Diffstat (limited to 'net/dccp/ccids/ccid2.c')
-rw-r--r-- | net/dccp/ccids/ccid2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid2.c b/net/dccp/ccids/ccid2.c index 0fb0d66544a2..207f7f9b36ca 100644 --- a/net/dccp/ccids/ccid2.c +++ b/net/dccp/ccids/ccid2.c | |||
@@ -420,7 +420,7 @@ static int ccid2_ackvector(struct sock *sk, struct sk_buff *skb, int offset, | |||
420 | return -1; | 420 | return -1; |
421 | 421 | ||
422 | out_invalid_option: | 422 | out_invalid_option: |
423 | BUG_ON(1); /* should never happen... options were previously parsed ! */ | 423 | DCCP_BUG("Invalid option - this should not happen (previous parsing)!"); |
424 | return -1; | 424 | return -1; |
425 | } | 425 | } |
426 | 426 | ||