Re: [PATCH v2 1/2] nf_nat: make unique_tuple return void
From: Patrick McHardy <hidden>
Date: 2010-08-02 15:21:55
Also in:
netfilter-devel
From: Patrick McHardy <hidden>
Date: 2010-08-02 15:21:55
Also in:
netfilter-devel
On 31.07.2010 09:08, Changli Gao wrote:
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).
Applied, thanks.