mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +00:00
2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>
* bgp_packet.c: fix compilation when DEBUG is used.
This commit is contained in:
parent
5e4914c31e
commit
2d74db55c4
@ -1,3 +1,7 @@
|
||||
2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>
|
||||
|
||||
* bgp_packet.c: fix compilation when DEBUG is used.
|
||||
|
||||
2005-09-10 Paul Jakma <paul.jakma@sun.com>
|
||||
|
||||
* Makefile.am: bgpd shouldn't list libgp's sources as its own.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user