summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-05-27 21:25:07 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-05-27 21:25:07 +0000
commitc2a7fafe4992c9071e5c561cc860883052384be9 (patch)
treebd5bce0418296481ce62255b764e11f643eb7dce /usr.sbin/bgpctl
parent8170c37f9a8981056680aa66004e3454464d4987 (diff)
Wait for a response from bgpd on reloads.
Diffstat (limited to 'usr.sbin/bgpctl')
-rw-r--r--usr.sbin/bgpctl/bgpctl.c3
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");