mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-15 05:21:54 +00:00
fixup! BMP: simplified update queuing
This commit is contained in:
parent
f054e7df4e
commit
82b1a6967a
@ -332,7 +332,9 @@ bmp_schedule_tx_packet(struct bmp_proto *p, const byte *payload, const size_t si
|
||||
// log(L_INFO "btb alloc buf %p end %p", btb->buf, btb->end);
|
||||
}
|
||||
else
|
||||
{
|
||||
// log(L_INFO "btb found buf %p end %p", btb->buf, btb->end);
|
||||
}
|
||||
|
||||
memcpy(btb->end, payload, size);
|
||||
btb->end += size;
|
||||
|
Loading…
Reference in New Issue
Block a user