Fix warning.

This commit is contained in:
hasso 2004-03-19 17:12:14 +00:00
parent 0d85b9958d
commit 158cdad448

View File

@ -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
{