From 07383e165e7e7ec2d94ea9066568dcda1a400d08 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Tue, 3 Jun 2014 12:21:38 +1200 Subject: [PATCH] revalidator: Fix a build issue. Commit acaa8dac490cc6c36026d45f3010ec75f38ee142 (revalidator: Eliminate duplicate flow handling.) introduced a build error. This fixes the bug. Reported-by: Jarno Rajahalme Signed-off-by: Joe Stringer Acked-by: Jarno Rajahalme --- ofproto/ofproto-dpif-upcall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c index 828665eeb..9d48e988f 100644 --- a/ofproto/ofproto-dpif-upcall.c +++ b/ofproto/ofproto-dpif-upcall.c @@ -1368,7 +1368,7 @@ revalidate(struct revalidator *revalidator) bool already_dumped, mark; if (!ukey) { - ukey = ukey_create(key, key_len, used); + ukey = ukey_create(f->key, f->key_len, used); if (!udpif_insert_ukey(udpif, ukey, hash)) { /* The same ukey has already been created. This means that * another revalidator is processing this flow