diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-20 22:25:04 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-20 22:25:04 +0100 |
commit | 73fb891892e10155ce1e9c264cab14e59b8e74f7 (patch) | |
tree | 0e99573b71908e1ec3b6c73671f482505cc5ff5f /zebra | |
parent | Merge pull request #3982 from pacovn/Coverity_1479148_copy_paste (diff) | |
download | frr-73fb891892e10155ce1e9c264cab14e59b8e74f7.tar.xz frr-73fb891892e10155ce1e9c264cab14e59b8e74f7.zip |
Revert "Merge pull request #3982 from pacovn/Coverity_1479148_copy_paste"
This reverts commit 3a3704fe365a25b9644a938f674effb3e6084c56, reversing
changes made to 5a3c6e736dca3639a1b49cdf305b909736f721de.
Diffstat (limited to 'zebra')
-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 77cb38855..5fa51ada4 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(old_re->status, ROUTE_ENTRY_QUEUED); + UNSET_FLAG(re->status, ROUTE_ENTRY_QUEUED); } switch (op) { |