mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 00:13:40 +00:00
zebra: fix SA warning in dataplane
A previous SA fix introduced ... a different SA warning; fix it. Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
aaf0d79655
commit
dd3b6cb57b
@ -2542,8 +2542,8 @@ dplane_route_notif_update(struct route_node *rn,
|
||||
done:
|
||||
if (ret == AOK)
|
||||
result = ZEBRA_DPLANE_REQUEST_QUEUED;
|
||||
else if (ctx)
|
||||
dplane_ctx_free(&ctx);
|
||||
else if (new_ctx)
|
||||
dplane_ctx_free(&new_ctx);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user