summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_debug.c')
-rw-r--r--bgpd/bgp_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c
index 83e6400a..e7afe874 100644
--- a/bgpd/bgp_debug.c
+++ b/bgpd/bgp_debug.c
@@ -307,6 +307,8 @@ bgp_notify_print(struct peer *peer, bgp_notify notification)
if (subcode != 0)
subcode_str = LOOKUP (bgp_notify_capability_msg, subcode);
break;
+ default:
+ break ;
}
/* Construct hex_form of data, if required. */