diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2019-03-20 17:09:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-20 17:09:49 -0400 |
| commit | 3a3704fe365a25b9644a938f674effb3e6084c56 (patch) | |
| tree | 934854ef59e29904ef82dab8d5e9520c16474be8 /zebra/zebra_rib.c | |
| parent | 5a3c6e736dca3639a1b49cdf305b909736f721de (diff) | |
| parent | 23fbacb455e3e8127917782042463551f142b4c1 (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.c | 2 |
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) { |
