mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 06:59:21 +00:00
bgpd: Fix function return
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Don Slice <dslice@cumulusnetworks.com> Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
This commit is contained in:
parent
43691c09ba
commit
540766e7a3
@ -204,6 +204,8 @@ sigint (void)
|
||||
|
||||
zprivs_terminate (&bgpd_privs);
|
||||
bgp_exit (0);
|
||||
|
||||
exit (0);
|
||||
}
|
||||
|
||||
/* SIGUSR1 handler. */
|
||||
|
Loading…
Reference in New Issue
Block a user