mirror of
https://github.com/openvswitch/ovs
synced 2025-10-21 14:49:41 +00:00
revalidator: Fix a build issue.
Commit acaa8dac49
(revalidator: Eliminate
duplicate flow handling.) introduced a build error. This fixes the bug.
Reported-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user