summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/classifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classifier.c b/lib/classifier.c
index 2a1d155da..c4790ee6b 100644
--- a/lib/classifier.c
+++ b/lib/classifier.c
@@ -1683,7 +1683,7 @@ find_match(const struct cls_subtable *subtable, ovs_version_t version,
static const struct cls_match *
find_match_wc(const struct cls_subtable *subtable, ovs_version_t version,
- const struct flow *flow, struct trie_ctx trie_ctx[CLS_MAX_TRIES],
+ const struct flow *flow, struct trie_ctx *trie_ctx,
unsigned int n_tries, struct flow_wildcards *wc)
{
if (OVS_UNLIKELY(!wc)) {