summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2020-01-22 07:52:37 +0000
committerderaadt <deraadt@openbsd.org>2020-01-22 07:52:37 +0000
commitab8e345121805a995660ff2435c0ac6c1977dd80 (patch)
treea70b679fec68b1e79552d21c1e223494d94e6147 /usr.sbin/bgpctl
parentRemove empty unmap_mapping_range() define and hide drm_vma_node_unmap(). (diff)
downloadwireguard-openbsd-ab8e345121805a995660ff2435c0ac6c1977dd80.tar.xz
wireguard-openbsd-ab8e345121805a995660ff2435c0ac6c1977dd80.zip
delete wasteful ;;
ok tedu
Diffstat (limited to 'usr.sbin/bgpctl')
-rw-r--r--usr.sbin/bgpctl/parser.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bgpctl/parser.c b/usr.sbin/bgpctl/parser.c
index b857bc24e3b..2c61bec6826 100644
--- a/usr.sbin/bgpctl/parser.c
+++ b/usr.sbin/bgpctl/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.100 2020/01/16 21:44:04 deraadt Exp $ */
+/* $OpenBSD: parser.c,v 1.101 2020/01/22 07:52:38 deraadt Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -1122,9 +1122,9 @@ parselargecommunity(struct community *c, char *s)
getcommunity(q, 1, &c->data3, &dflag3);
c->flags = COMMUNITY_TYPE_LARGE;
- c->flags |= dflag1 << 8;;
- c->flags |= dflag2 << 16;;
- c->flags |= dflag3 << 24;;
+ c->flags |= dflag1 << 8;
+ c->flags |= dflag2 << 16;
+ c->flags |= dflag3 << 24;
}
void