summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/neighbor.c
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2006-08-06 12:36:23 +0000
committerclaudio <claudio@openbsd.org>2006-08-06 12:36:23 +0000
commitfff6feda87ee566f83d1284614242d5d54354fdc (patch)
tree77b9e520518a912cfc988699a5de852a155d164d /usr.sbin/ospfd/neighbor.c
parentThere is no need to initialize the log framework twice. Especially because (diff)
downloadwireguard-openbsd-fff6feda87ee566f83d1284614242d5d54354fdc.tar.xz
wireguard-openbsd-fff6feda87ee566f83d1284614242d5d54354fdc.zip
Remove a XXX in a comment.
Diffstat (limited to 'usr.sbin/ospfd/neighbor.c')
-rw-r--r--usr.sbin/ospfd/neighbor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/neighbor.c b/usr.sbin/ospfd/neighbor.c
index e2c4d639a34..f544d167133 100644
--- a/usr.sbin/ospfd/neighbor.c
+++ b/usr.sbin/ospfd/neighbor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: neighbor.c,v 1.32 2006/03/13 09:36:06 claudio Exp $ */
+/* $OpenBSD: neighbor.c,v 1.33 2006/08/06 12:36:23 claudio Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -134,7 +134,7 @@ nbr_fsm(struct nbr *nbr, enum nbr_event event)
}
if (nbr_fsm_tbl[i].state == -1) {
- /* XXX event outside of the defined fsm, ignore it. */
+ /* event outside of the defined fsm, ignore it. */
log_warnx("nbr_fsm: neighbor ID %s, "
"event %s not expected in state %s",
inet_ntoa(nbr->id), nbr_event_names[event],