netfilter: nf_nat: make unique_tuple return void
authorChangli Gao <xiaosuo@gmail.com>
Mon, 2 Aug 2010 15:20:54 +0000 (17:20 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 2 Aug 2010 15:20:54 +0000 (17:20 +0200)
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>

No differences found