diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-05-26 22:44:25 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-05-26 22:44:25 +0000 |
commit | ff1f90c3c2ef2b0ebc5983226a381dfbf113c957 (patch) | |
tree | 14f7818962ed2c8bc2bde828001f37bafbc9f455 /usr.sbin/ospfd/rde_spf.c | |
parent | 8fe3257ed62e0ad8694a7d297ab533508db64c73 (diff) |
Unwanted.
Diffstat (limited to 'usr.sbin/ospfd/rde_spf.c')
-rw-r--r-- | usr.sbin/ospfd/rde_spf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/rde_spf.c b/usr.sbin/ospfd/rde_spf.c index a8eac117d48..edad46e8923 100644 --- a/usr.sbin/ospfd/rde_spf.c +++ b/usr.sbin/ospfd/rde_spf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_spf.c,v 1.17 2005/05/24 06:55:21 claudio Exp $ */ +/* $OpenBSD: rde_spf.c,v 1.18 2005/05/26 22:44:24 norby Exp $ */ /* * Copyright (c) 2005 Esben Norby <norby@openbsd.org> @@ -565,8 +565,6 @@ start_spf_timer(struct ospfd_conf *conf) { struct timeval tv; - log_debug("start_spf_timer:"); - switch (conf->spf_state) { case SPF_IDLE: log_debug("start_spf_timer: IDLE -> DELAY"); |