mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-30 10:17:49 +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_failure:
|
||||||
stream_free(s);
|
stream_free(s);
|
||||||
if (zebra_s)
|
if (zebra_s)
|
||||||
|
Loading…
Reference in New Issue
Block a user