]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/dccp/ackvec.c
[DCCP] options: Make dccp_insert_options & friends yell on error
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 21 Mar 2006 06:32:06 +0000 (22:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:32:06 +0000 (22:32 -0800)
commit2d0817d11eaec57435feb61493331a763f732a2b
tree7c42229b1cc64e67efe8ed21b82cdc513e638f82
parent110bae4efb5ed5565257a0fb9f6d26e6125a1c4b
[DCCP] options: Make dccp_insert_options & friends yell on error

And not the silly LIMIT_NETDEBUG and silently return without inserting
the option requested.

Also drop some old debugging messages associated to option insertion.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ackvec.c
net/dccp/ccid.h
net/dccp/ccids/ccid3.c
net/dccp/dccp.h
net/dccp/options.c
net/dccp/output.c