summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-04-28 01:13:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-04-28 01:13:37 +0000
commit89b767b8be40ba51708e373b69611b7a854294cf (patch)
tree2a123cc901b5c711718e90bbdf86771b8acbd892 /usr.sbin
parent5b5679055a62df901d09f2cf877ff91c776ba309 (diff)
spacing
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/mrt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/mrt.c b/usr.sbin/bgpd/mrt.c
index 183d568efa1..49da782a852 100644
--- a/usr.sbin/bgpd/mrt.c
+++ b/usr.sbin/bgpd/mrt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mrt.c,v 1.28 2004/02/27 20:53:56 claudio Exp $ */
+/* $OpenBSD: mrt.c,v 1.29 2004/04/28 01:13:36 deraadt Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org>
@@ -518,7 +518,7 @@ mrt_select(struct mrt_head *mc, struct pollfd *pfd, struct mrt **mrt,
xm = LIST_NEXT(m, list);
if (m->state == MRT_STATE_TOREMOVE) {
imsg_compose(m->ibuf, IMSG_MRT_END, 0,
- &m->conf, sizeof(m->conf));
+ &m->conf, sizeof(m->conf));
if (mrt_close(m) == 0) {
m->state = MRT_STATE_REMOVE;
m->ReopenTimer = 0;
@@ -554,7 +554,7 @@ mrt_select(struct mrt_head *mc, struct pollfd *pfd, struct mrt **mrt,
m->ReopenTimer = now + m->ReopenTimerInterval;
m->state = MRT_STATE_RUNNING;
imsg_compose(m->ibuf, IMSG_MRT_REQ, 0,
- &m->conf, sizeof(m->conf));
+ &m->conf, sizeof(m->conf));
}
if (m->state == MRT_STATE_REOPEN) {
if (mrt_close(m) == 0) {