git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6060c74
)
IPVS: Fix variable assignment in ip_vs_notrack
author
Jesper Juhl
<jj@chaosbits.net>
Wed, 9 Mar 2011 21:55:05 +0000
(22:55 +0100)
committer
Simon 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