mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
Stupid "+1"-bug fixed.
This commit is contained in:
parent
c8f685cb9d
commit
58313b24c8
@ -48,6 +48,7 @@ ospf_lsreq_tx(struct ospf_neighbor *n)
|
|||||||
if(sn==STAIL(n->lsrql)) break;
|
if(sn==STAIL(n->lsrql)) break;
|
||||||
sn=sn->next;
|
sn=sn->next;
|
||||||
}
|
}
|
||||||
|
if(i!=0) i--;
|
||||||
|
|
||||||
length=sizeof(struct ospf_lsreq_packet)+(j-i)*sizeof(struct ospf_lsreq_header);
|
length=sizeof(struct ospf_lsreq_packet)+(j-i)*sizeof(struct ospf_lsreq_header);
|
||||||
op->length=htons(length);
|
op->length=htons(length);
|
||||||
|
Loading…
Reference in New Issue
Block a user