summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_peer.c')
-rw-r--r--bgpd/bgp_peer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_peer.c b/bgpd/bgp_peer.c
index f07a30f5..91753594 100644
--- a/bgpd/bgp_peer.c
+++ b/bgpd/bgp_peer.c
@@ -1485,6 +1485,7 @@ bgp_peer_map_peer_down(peer_down_t why_down)
/* To keep the compiler happy. */
case PEER_DOWN_count:
+ default:
break ; /* should have asserted already */
} ;