commit | f43dc98b3be36551143e3bbaf1bb3067835c24f4 | [log] [tgz] |
---|---|---|
author | Changli Gao <xiaosuo@gmail.com> | Mon Aug 02 17:20:54 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Mon Aug 02 17:20:54 2010 +0200 |
tree | 65d157024f399f49f8798ab9f905d66dc4f11a52 | |
parent | 794dbc1d712e181a9eb8d1ae799ed7c526963a7c [diff] |
netfilter: nf_nat: make unique_tuple return void The only user of unique_tuple() get_unique_tuple() doesn't care about the return value of unique_tuple(), so make unique_tuple() return void (nothing). Signed-off-by: Changli Gao <xiaosuo@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>