]> git.puffer.fish Git - mirror/frr.git/commitdiff
2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>
authorjardin <jardin>
Sat, 1 Oct 2005 00:07:50 +0000 (00:07 +0000)
committerjardin <jardin>
Sat, 1 Oct 2005 00:07:50 +0000 (00:07 +0000)
* bgp_packet.c: fix compilation when DEBUG is used.

bgpd/ChangeLog
bgpd/bgp_packet.c

index a4145f4dc1a4b3962b02daefd69d3552e7acd81b..9dc1adcafb818b20e540f7ca30fd6304d6ad835f 100644 (file)
@@ -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.
index 0971c5ca603407279068b84eacffd72f97bf7e7f..fa218e2902a17706a88b28e67a1fada7bf872683 100644 (file)
@@ -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. */