mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Ehm, in had this in code: "break; i--;" :-(
This commit is contained in:
parent
3b0b2cb61f
commit
0884f49223
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user