mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 14:34:22 +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);
|
FIFO_ADD (&peer->sync[afi][safi]->withdraw, &adv->fifo);
|
||||||
|
|
||||||
/* Schedule packet write. */
|
/* Schedule packet write. */
|
||||||
BGP_WRITE_ON (peer->t_write, bgp_write, peer->fd);
|
BGP_WRITE_ON (peer->t_write, bgp_write, *peer->fd);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user