diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netfilter/nf_conntrack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netfilter/nf_conntrack.h b/include/net/netfilter/nf_conntrack.h index 4a4f870d2a5e..a3567a7a6d67 100644 --- a/include/net/netfilter/nf_conntrack.h +++ b/include/net/netfilter/nf_conntrack.h | |||
@@ -78,7 +78,7 @@ do { \ | |||
78 | struct nf_conntrack_helper; | 78 | struct nf_conntrack_helper; |
79 | 79 | ||
80 | /* Must be kept in sync with the classes defined by helpers */ | 80 | /* Must be kept in sync with the classes defined by helpers */ |
81 | #define NF_CT_MAX_EXPECT_CLASSES 2 | 81 | #define NF_CT_MAX_EXPECT_CLASSES 3 |
82 | 82 | ||
83 | /* nf_conn feature for connections that have a helper */ | 83 | /* nf_conn feature for connections that have a helper */ |
84 | struct nf_conn_help { | 84 | struct nf_conn_help { |