commit | efe9f68afeaf2ce12636990a8c811fb1cc23b12b | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Jan 14 23:47:09 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:02:36 2008 -0800 |
tree | 0e37bbd059d1945edec0912aa4d82ef6045e1da1 | |
parent | b37e933ac7bdad2d587a6048babb8db2718460de [diff] |
[NETFILTER]: nf_conntrack_sctp: rename "newconntrack" variable The name is misleading, it holds the new connection state, so rename it to "newstate". Also rename "oldsctpstate" to "oldstate" for consistency. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>