IPVS: Fix variable assignment in ip_vs_notrack
authorJesper Juhl <jj@chaosbits.net>
Wed, 9 Mar 2011 21:55:05 +0000 (22:55 +0100)
committerSimon Horman <horms@verge.net.au>
Tue, 15 Mar 2011 00:36:49 +0000 (09:36 +0900)
There's no sense to 'ct = ct = ' in ip_vs_notrack(). Just assign
nf_ct_get()'s return value directly to the pointer variable 'ct' once.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Simon Horman <horms@verge.net.au>

No differences found