diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index a4145f4dc1..9dc1adcafb 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,7 @@ +2005-09-30 Vincent Jardin + + * bgp_packet.c: fix compilation when DEBUG is used. + 2005-09-10 Paul Jakma * Makefile.am: bgpd shouldn't list libgp's sources as its own. diff --git a/bgpd/bgp_packet.c b/bgpd/bgp_packet.c index 0971c5ca60..fa218e2902 100644 --- a/bgpd/bgp_packet.c +++ b/bgpd/bgp_packet.c @@ -412,7 +412,7 @@ bgp_default_update_send (struct peer *peer, struct attr *attr, /* Dump packet if debug option is set. */ #ifdef DEBUG - bgp_packet_dump (packet); + /* bgp_packet_dump (packet); */ #endif /* DEBUG */ /* Add packet to the peer. */