summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjardin <jardin>2005-10-01 00:07:50 +0000
committerjardin <jardin>2005-10-01 00:07:50 +0000
commit2883d7432e186c8c23abaa5bb2bc58c558af84b6 (patch)
treeaa7a710ca0abfe387636e8feee3edabf60364041
parentc770db59c4f5b27fda9be25fb8bb1fb977122f2f (diff)
downloadquagga-2883d7432e186c8c23abaa5bb2bc58c558af84b6.tar.bz2
quagga-2883d7432e186c8c23abaa5bb2bc58c558af84b6.tar.xz
2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>
* bgp_packet.c: fix compilation when DEBUG is used.
-rw-r--r--bgpd/ChangeLog4
-rw-r--r--bgpd/bgp_packet.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index a4145f4d..9dc1adca 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -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.
diff --git a/bgpd/bgp_packet.c b/bgpd/bgp_packet.c
index 0971c5ca..fa218e29 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. */