diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-05-26 22:05:15 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-05-26 22:05:15 +0000 |
commit | 98a63af85bf769ebee8a83bf10012ad983a034f3 (patch) | |
tree | 1e25682303a6315de043dcd81a4fc2e9554a630d /usr.sbin/ospfd | |
parent | ff77e72cf79f6d08aed38bb26071d2dc5f970f93 (diff) |
Cleanup.
Diffstat (limited to 'usr.sbin/ospfd')
-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(); |