mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 13:20:12 +00:00
zebra: Consolidate the stream_failure section with normal return
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
c2cf522347
commit
3ddf7680fd
@ -338,8 +338,6 @@ static void zebra_mlag_post_data_from_main_thread(struct event *thread)
|
||||
}
|
||||
}
|
||||
|
||||
stream_free(s);
|
||||
return;
|
||||
stream_failure:
|
||||
stream_free(s);
|
||||
if (zebra_s)
|
||||
|
Loading…
Reference in New Issue
Block a user