diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-01-28 22:12:34 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-01-28 22:12:34 +0000 |
commit | b8c1d95116b5720a0f5915e52ee30b4b4bcee455 (patch) | |
tree | 8ac50938cca8d05ac7f7aade05cb027ca65f45b7 /usr.sbin/bgpd/session.c | |
parent | 2c3f95311188b79ec24f89f08968815795b872fd (diff) |
KNF
Diffstat (limited to 'usr.sbin/bgpd/session.c')
-rw-r--r-- | usr.sbin/bgpd/session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/session.c b/usr.sbin/bgpd/session.c index 591209d737e..6e84f62af9d 100644 --- a/usr.sbin/bgpd/session.c +++ b/usr.sbin/bgpd/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.101 2004/01/28 19:24:06 henning Exp $ */ +/* $OpenBSD: session.c,v 1.102 2004/01/28 22:12:33 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -344,7 +344,7 @@ session_main(struct bgpd_config *config, struct peer *cpeers, int pipe_m2s[2], for (p = peers; p != NULL; p = p->next) bgp_fsm(p, EVNT_STOP); - + control_shutdown(); log_info("session engine exiting"); _exit(0); |