]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Update bgp_clist.c
authorChristoffer Hansen <netravnen@gmail.com>
Sun, 29 Jul 2018 14:57:12 +0000 (16:57 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Jul 2018 14:57:12 +0000 (16:57 +0200)
bgpd/bgp_clist.c

index 1aa40fec3c24563bc6b2dca0ecd4a12c95102346..fec4397b73c99d2b42cd3aa9b1a65db64b8c0e4f 100644 (file)
@@ -457,7 +457,7 @@ static char *community_str_get(struct community *com, int i)
                strcpy(pnt, "no-peer");
                pnt += strlen("no-peer");
                break;
-    default:
+       default:
                as = (comval >> 16) & 0xFFFF;
                val = comval & 0xFFFF;
                sprintf(pnt, "%u:%d", as, val);