summaryrefslogtreecommitdiffstats
path: root/zebra
diff options
context:
space:
mode:
authorF. Aragon <paco@voltanet.io>2019-03-20 16:45:32 +0100
committerF. Aragon <paco@voltanet.io>2019-03-20 16:45:32 +0100
commit23fbacb455e3e8127917782042463551f142b4c1 (patch)
treedc8d541ed928527d0bb85760ede02ad01942c8d6 /zebra
parentMerge pull request #3977 from opensourcerouting/bfd-small-fixes (diff)
downloadfrr-23fbacb455e3e8127917782042463551f142b4c1.tar.xz
frr-23fbacb455e3e8127917782042463551f142b4c1.zip
zebra: copy-paste error (Coverity 1479148)
Signed-off-by: F. Aragon <paco@voltanet.io>
Diffstat (limited to 'zebra')
-rw-r--r--zebra/zebra_rib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c
index 5fa51ada4..77cb38855 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -1932,7 +1932,7 @@ static void rib_process_result(struct zebra_dplane_ctx *ctx)
dplane_ctx_get_vrf(ctx),
dest_str, old_re);
} else
- UNSET_FLAG(re->status, ROUTE_ENTRY_QUEUED);
+ UNSET_FLAG(old_re->status, ROUTE_ENTRY_QUEUED);
}
switch (op) {