summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpd
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/bgpd
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/bgpd')
-rw-r--r--usr.sbin/bgpd/rde_community.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_community.c b/usr.sbin/bgpd/rde_community.c
index 1897c24f489..f713430364d 100644
--- a/usr.sbin/bgpd/rde_community.c
+++ b/usr.sbin/bgpd/rde_community.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde_community.c,v 1.2 2019/06/24 06:39:49 claudio Exp $ */
+/* $OpenBSD: rde_community.c,v 1.3 2020/01/22 07:52:38 deraadt Exp $ */
/*
* Copyright (c) 2019 Claudio Jeker <claudio@openbsd.org>
@@ -147,7 +147,7 @@ fc2c(struct community *fc, struct rde_peer *peer, struct community *c,
c->data1 = fc->data1;
c->data2 = fc->data2;
- return 0;;
+ return 0;
}
if (m) {