nf_conntrack_proto_sctp: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:51:07 +0000 (18:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:51:39 +0000 (18:51 -0400)
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>

No differences found