Merge pull request #3982 from pacovn/Coverity_1479148_copy_paste

zebra: copy-paste error (Coverity 1479148)
This commit is contained in:
Quentin Young 2019-03-20 17:09:49 -04:00 committed by GitHub
commit 3a3704fe36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {