nf_conntrack_proto_dccp: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:53:24 +0000 (18:53 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:53:24 +0000 (18:53 -0400)
commit516ee48f0be93ea5b41eaa5f7c5e06246447e575
treeea5fddd533a654575308253e6e8114cd7ba737c4
parentf577694143b8024e95b2c0b680ab2071424bb1c7
nf_conntrack_proto_dccp: Stop using NLA_PUT*().

These macros contain a hidden goto, and are thus extremely error
prone and make code hard to audit.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_proto_dccp.c