commit | 4925a459e96767e84b112c023c3766d4aeefb611 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 01 18:50:08 2012 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 01 18:50:08 2012 -0400 |
tree | d55f19d684ed0d2c061969e8cce1e3544c9d8b4b | |
parent | 3c60a17b1b55ac4a72382502c952222b7649d63b [diff] |
nf_conntrack_proto_tcp: 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>