diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ip_vs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index e74da41ebd1b..1dcb75da313d 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h | |||
@@ -1190,7 +1190,7 @@ static inline void ip_vs_notrack(struct sk_buff *skb) | |||
1190 | { | 1190 | { |
1191 | #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) | 1191 | #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) |
1192 | enum ip_conntrack_info ctinfo; | 1192 | enum ip_conntrack_info ctinfo; |
1193 | struct nf_conn *ct = ct = nf_ct_get(skb, &ctinfo); | 1193 | struct nf_conn *ct = nf_ct_get(skb, &ctinfo); |
1194 | 1194 | ||
1195 | if (!ct || !nf_ct_is_untracked(ct)) { | 1195 | if (!ct || !nf_ct_is_untracked(ct)) { |
1196 | nf_reset(skb); | 1196 | nf_reset(skb); |