From 98a63af85bf769ebee8a83bf10012ad983a034f3 Mon Sep 17 00:00:00 2001 From: Esben Norby Date: Thu, 26 May 2005 22:05:15 +0000 Subject: Cleanup. --- usr.sbin/ospfd/ospfd.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ospfd') 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 @@ -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(); -- cgit v1.2.3