]> err.no Git - linux-2.6/blobdiff - net/dccp/ccids/ccid2.c
[DCCP]: Simplified conditions due to use of enum:8 states
[linux-2.6] / net / dccp / ccids / ccid2.c
index 0fb0d66544a2a4b798538e992de7fa1f55cfe847..207f7f9b36ca86324c02f5d093883f001c40fdc4 100644 (file)
@@ -420,7 +420,7 @@ static int ccid2_ackvector(struct sock *sk, struct sk_buff *skb, int offset,
        return -1;
 
 out_invalid_option:
-       BUG_ON(1); /* should never happen... options were previously parsed ! */
+       DCCP_BUG("Invalid option - this should not happen (previous parsing)!");
        return -1;
 }