summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornorby <norby@openbsd.org>2005-05-26 22:05:14 +0000
committernorby <norby@openbsd.org>2005-05-26 22:05:14 +0000
commit907cdae8c529c3db4c5ff2e645eeb7342e1ae516 (patch)
tree192b765c4e62e9689b2e2559c13e09252e25140a
parentremove RTM_OLDADD/_OLDDEL traces (that lead to an "unspported" message anyway) (diff)
downloadwireguard-openbsd-907cdae8c529c3db4c5ff2e645eeb7342e1ae516.tar.xz
wireguard-openbsd-907cdae8c529c3db4c5ff2e645eeb7342e1ae516.zip
Cleanup.
-rw-r--r--usr.sbin/ospfd/ospfd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/ospfd.c b/usr.sbin/ospfd/ospfd.c
index f6bed3a7a4c..f93eb2271a3 100644
--- a/usr.sbin/ospfd/ospfd.c
+++ b/usr.sbin/ospfd/ospfd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospfd.c,v 1.20 2005/05/26 18:46:16 norby Exp $ */
+/* $OpenBSD: ospfd.c,v 1.21 2005/05/26 22:05:14 norby Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -330,8 +330,7 @@ main_dispatch_ospfe(int fd, short event, void *bula)
switch (imsg.hdr.type) {
case IMSG_CTL_RELOAD:
- log_debug("main_dispatch_ospfe: IMSG_CTL_RELOAD");
- /* reconfig */
+ /* XXX reconfig */
break;
case IMSG_CTL_FIB_COUPLE:
kr_fib_couple();