commit | 158cdad448eee409025b91ee152c505a62840cc3 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Fri Mar 19 17:12:14 2004 +0000 |
committer | hasso <hasso> | Fri Mar 19 17:12:14 2004 +0000 |
tree | df099e1cc540f52e00bcf58906c74b6b943053ba | |
parent | 0d85b9958d6db05fb9d81afbee96332f142654bd [diff] [blame] |
Fix warning.
diff --git a/bgpd/bgp_advertise.c b/bgpd/bgp_advertise.c index 4778a97..fc1324a 100644 --- a/bgpd/bgp_advertise.c +++ b/bgpd/bgp_advertise.c
@@ -292,7 +292,7 @@ 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 {