diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-01-10 17:10:23 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-01-10 17:10:23 +0000 |
commit | 90cce2f0a2ad67137be6297fd1989ef7bd753a84 (patch) | |
tree | 17c4d851b0e4e3bcec5c3d46df65acd92838f07e /usr.sbin/bgpd/session.c | |
parent | f0b84a5e2f08a1782396a922a2dbd19bcae884e0 (diff) |
i buy a break;
Diffstat (limited to 'usr.sbin/bgpd/session.c')
-rw-r--r-- | usr.sbin/bgpd/session.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/session.c b/usr.sbin/bgpd/session.c index 61cc7df0ec3..34f36c41737 100644 --- a/usr.sbin/bgpd/session.c +++ b/usr.sbin/bgpd/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.78 2004/01/10 17:04:07 henning Exp $ */ +/* $OpenBSD: session.c,v 1.79 2004/01/10 17:10:22 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -1459,6 +1459,7 @@ session_dispatch_imsg(struct imsgbuf *ibuf, int idx) if (idx != PFD_PIPE_MAIN) fatalx("ctl kroute request not from parent"); control_imsg_relay(&imsg); + break; case IMSG_UPDATE: if (idx != PFD_PIPE_ROUTE) fatalx("update request not from RDE"); |