commit | 76ac894080019c6619d3c3bf615db42a43a77f32 | [log] [tgz] |
---|---|---|
author | Hannes Eder <heder@google.com> | Thu Nov 05 15:51:19 2009 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Thu Nov 05 15:51:19 2009 +0100 |
tree | e9c3870d04ec592c922e9de6d302616bd01167e6 | |
parent | 5ae27aa2b16478a84d833ab4065798e752941c5a [diff] |
netfilter: nf_nat_helper: tidy up adjust_tcp_sequence The variable 'other_way' gets initialized but is not read afterwards, so remove it. Pass the right arguments to a pr_debug call. While being at tidy up a bit and it fix this checkpatch warning: WARNING: suspect code indent for conditional statements Signed-off-by: Hannes Eder <heder@google.com> Signed-off-by: Patrick McHardy <kaber@trash.net>