diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-05-27 21:25:07 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-05-27 21:25:07 +0000 |
commit | c2a7fafe4992c9071e5c561cc860883052384be9 (patch) | |
tree | bd5bce0418296481ce62255b764e11f643eb7dce /usr.sbin/bgpctl | |
parent | 8170c37f9a8981056680aa66004e3454464d4987 (diff) |
Wait for a response from bgpd on reloads.
Diffstat (limited to 'usr.sbin/bgpctl')
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c index d9405b33100..a2d0020a3f7 100644 --- a/usr.sbin/bgpctl/bgpctl.c +++ b/usr.sbin/bgpctl/bgpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpctl.c,v 1.104 2006/05/23 12:14:34 henning Exp $ */ +/* $OpenBSD: bgpctl.c,v 1.105 2006/05/27 21:25:06 claudio Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -218,7 +218,6 @@ main(int argc, char *argv[]) case RELOAD: imsg_compose(ibuf, IMSG_CTL_RELOAD, 0, 0, -1, NULL, 0); printf("reload request sent.\n"); - done = 1; break; case FIB: errx(1, "action==FIB"); |