Skip to content

Commit

Permalink
revalidator: Fix a build issue.
Browse files Browse the repository at this point in the history
Commit acaa8da (revalidator: Eliminate
duplicate flow handling.) introduced a build error. This fixes the bug.

Reported-by: Jarno Rajahalme <[email protected]>
Signed-off-by: Joe Stringer <[email protected]>
Acked-by: Jarno Rajahalme <[email protected]>
  • Loading branch information
joestringer committed Jun 3, 2014
1 parent acaa8da commit 07383e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofproto/ofproto-dpif-upcall.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07383e1

Please sign in to comment.