0
0
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:
Ondrej Filip 2000-05-30 23:29:23 +00:00
parent 3b0b2cb61f
commit 0884f49223

View File

@ -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++;