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:
Donald Sharp 2016-05-06 19:30:33 -04:00
parent 43691c09ba
commit 540766e7a3

View File

@ -204,6 +204,8 @@ sigint (void)
zprivs_terminate (&bgpd_privs);
bgp_exit (0);
exit (0);
}
/* SIGUSR1 handler. */