mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
Bugfix in last patch.
This commit is contained in:
parent
e7ef86a58c
commit
551e30886d
@ -117,12 +117,13 @@ ospf_dbdes_send(struct ospf_neighbor *n)
|
||||
|
||||
case NEIGHBOR_LOADING:
|
||||
case NEIGHBOR_FULL:
|
||||
length = ntohs(((struct ospf_packet *)n)->length);
|
||||
length = ntohs(((struct ospf_packet *)n->ldbdes)->length);
|
||||
|
||||
if(!length)
|
||||
{
|
||||
OSPF_TRACE(D_PACKETS, "No packet in my buffer for repeating");
|
||||
ospf_neigh_sm(n, INM_KILLNBR);
|
||||
return;
|
||||
}
|
||||
|
||||
memcpy(ifa->ip_sk->tbuf, n->ldbdes, length);
|
||||
|
Loading…
Reference in New Issue
Block a user