diff options
Diffstat (limited to 'proto/ospf')
-rw-r--r-- | proto/ospf/dbdes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index 83ef4f1..cd46bf3 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -78,8 +78,8 @@ ospf_dbdes_tx(struct ospf_neighbor *n) if(sn==STAIL(n->ifa->oa->lsal)) { - break; /* Should set some flag? */ i--; + break; /* Should set some flag? */ } sn=sn->next; lsa++; |