summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bgpd/bgpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c
index 75975b8d68..5a423e0c71 100644
--- a/bgpd/bgpd.c
+++ b/bgpd/bgpd.c
@@ -2523,7 +2523,8 @@ int peer_group_bind(struct bgp *bgp, union sockunion *su, struct peer *peer,
if (peer_group_active(peer)) {
/* The peer is already bound to the peer-group,
- * nothing to do */
+ * nothing to do
+ */
if (strcmp(peer->group->name, group->name) == 0)
return 0;
else