diff options
-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 a6b8b47e41af..05b08c926ade 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h | |||
@@ -1396,7 +1396,7 @@ static inline void ip_vs_update_conntrack(struct sk_buff *skb, | |||
1396 | { | 1396 | { |
1397 | } | 1397 | } |
1398 | 1398 | ||
1399 | static inline int ip_vs_confirm_conntrack(struct sk_buff *skb); | 1399 | static inline int ip_vs_confirm_conntrack(struct sk_buff *skb) |
1400 | { | 1400 | { |
1401 | return NF_ACCEPT; | 1401 | return NF_ACCEPT; |
1402 | } | 1402 | } |