summaryrefslogtreecommitdiff
path: root/bgpd/bgp_packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_packet.c')
-rw-r--r--bgpd/bgp_packet.c2
1 files changed, 1 insertions, 1 deletions
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. */