summaryrefslogtreecommitdiff
path: root/zebra/zebra_rib.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2019-03-20 17:09:49 -0400
committerGitHub <noreply@github.com>2019-03-20 17:09:49 -0400
commit3a3704fe365a25b9644a938f674effb3e6084c56 (patch)
tree934854ef59e29904ef82dab8d5e9520c16474be8 /zebra/zebra_rib.c
parent5a3c6e736dca3639a1b49cdf305b909736f721de (diff)
parent23fbacb455e3e8127917782042463551f142b4c1 (diff)
Merge pull request #3982 from pacovn/Coverity_1479148_copy_paste
zebra: copy-paste error (Coverity 1479148)
Diffstat (limited to 'zebra/zebra_rib.c')
-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 5fa51ada45..77cb38855d 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) {