Ehm, in had this in code: "break; i--;" :-(
This commit is contained in:
parent
3b0b2cb61f
commit
0884f49223
1 changed files with 1 additions and 1 deletions
|
@ -78,8 +78,8 @@ ospf_dbdes_tx(struct ospf_neighbor *n)
|
||||||
|
|
||||||
if(sn==STAIL(n->ifa->oa->lsal))
|
if(sn==STAIL(n->ifa->oa->lsal))
|
||||||
{
|
{
|
||||||
break; /* Should set some flag? */
|
|
||||||
i--;
|
i--;
|
||||||
|
break; /* Should set some flag? */
|
||||||
}
|
}
|
||||||
sn=sn->next;
|
sn=sn->next;
|
||||||
lsa++;
|
lsa++;
|
||||||
|
|
Loading…
Reference in a new issue