diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-16 08:17:53 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-30 07:48:21 -0400 |
| commit | 2bb9eff45f93d4a76f0121e6ab31d55f34554925 (patch) | |
| tree | ea294ea5bd028ef5ab66d519c425f92de4b2b0ce /bgpd/bgp_ecommunity.c | |
| parent | 50f74cf1310572457f742f630c43aaba9b8f2c17 (diff) | |
bgpd, lib: Cleanup CI warnings from system
Make the CI system happy.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_ecommunity.c')
| -rw-r--r-- | bgpd/bgp_ecommunity.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_ecommunity.c b/bgpd/bgp_ecommunity.c index d00a8dc2ec..8c5356c998 100644 --- a/bgpd/bgp_ecommunity.c +++ b/bgpd/bgp_ecommunity.c @@ -804,6 +804,7 @@ char *ecommunity_ecom2str(struct ecommunity *ecom, int format, int filter) } else if (*pnt == ECOMMUNITY_EVPN_SUBTYPE_ES_IMPORT_RT) { struct ethaddr mac; + pnt++; memcpy(&mac, pnt, ETH_ALEN); len = sprintf( |
