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)
commit06b69390a652bfe4fa7e18e27c938e75ffe86ba0
tree8231ad9732e93b53ef6d90f9726f1a277b5c6d7c
parent6060c74a3de8ed142c78133e2829e74711f77387
IPVS: Fix variable assignment in ip_vs_notrack

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>
include/net/ip_vs.h