diff options
author | 2005-05-26 22:05:14 +0000 | |
---|---|---|
committer | 2005-05-26 22:05:14 +0000 | |
commit | 907cdae8c529c3db4c5ff2e645eeb7342e1ae516 (patch) | |
tree | 192b765c4e62e9689b2e2559c13e09252e25140a | |
parent | remove RTM_OLDADD/_OLDDEL traces (that lead to an "unspported" message anyway) (diff) | |
download | wireguard-openbsd-907cdae8c529c3db4c5ff2e645eeb7342e1ae516.tar.xz wireguard-openbsd-907cdae8c529c3db4c5ff2e645eeb7342e1ae516.zip |
Cleanup.
-rw-r--r-- | usr.sbin/ospfd/ospfd.c | 5 |
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(); |