diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/neighbor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index a45ed2d..9c9bd37 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -343,9 +343,7 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) } break; case INM_SEQMIS: - OSPF_TRACE(D_EVENTS, "Seq mis!"); case INM_BADLSREQ: - OSPF_TRACE(D_EVENTS, "Bad LS req!"); if(n->state>=NEIGHBOR_EXCHANGE) { neigh_chstate(n,NEIGHBOR_EXSTART); |