mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 07:48:38 +00:00
Fix warning.
This commit is contained in:
parent
0d85b9958d
commit
158cdad448
@ -292,7 +292,7 @@ bgp_adj_out_unset (struct bgp_node *rn, struct peer *peer, struct prefix *p,
|
||||
FIFO_ADD (&peer->sync[afi][safi]->withdraw, &adv->fifo);
|
||||
|
||||
/* Schedule packet write. */
|
||||
BGP_WRITE_ON (peer->t_write, bgp_write, peer->fd);
|
||||
BGP_WRITE_ON (peer->t_write, bgp_write, *peer->fd);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user