summaryrefslogtreecommitdiffstats
path: root/proto/ospf/dbdes.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-12 00:00:55 +0200
committerOndrej Filip <feela@network.cz>2000-05-12 00:00:55 +0200
commit5da1f935374b2e0435b67cc4d867369d522e62ff (patch)
treea73c072dcbb7ed995ba6328ef8bf75f5bcaac1aa /proto/ospf/dbdes.c
parentc8d1f3feb2e2ca12aee76b1ce907dfff31c1012b (diff)
downloadbird-5da1f935374b2e0435b67cc4d867369d522e62ff.tar
bird-5da1f935374b2e0435b67cc4d867369d522e62ff.zip
Bugfix in flooding. (bad size)
Better debugging. More robust in receiving.
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r--proto/ospf/dbdes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c
index 64e613b..83ef4f1 100644
--- a/proto/ospf/dbdes.c
+++ b/proto/ospf/dbdes.c
@@ -227,7 +227,6 @@ ospf_dbdes_rx(struct ospf_dbdes_packet *ps, struct proto *p,
case NEIGHBOR_DOWN:
case NEIGHBOR_ATTEMPT:
case NEIGHBOR_2WAY:
- debug("%s: Received dbdes from %I in bad state.\n", p->name, n->ip);
return;
break;
case NEIGHBOR_INIT: