summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2018-08-08 13:32:36 +0000
committerclaudio <claudio@openbsd.org>2018-08-08 13:32:36 +0000
commit48becab7411b77acb3c3462b46c1ad2d726796f5 (patch)
tree04ea2cf8f1d3204f7bdc4368acc1752f424640d1
parentUpdate the RIB after a config reload in the background. This moves the (diff)
downloadwireguard-openbsd-48becab7411b77acb3c3462b46c1ad2d726796f5.tar.xz
wireguard-openbsd-48becab7411b77acb3c3462b46c1ad2d726796f5.zip
One ; too much
-rw-r--r--usr.sbin/bgpd/rde_attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_attr.c b/usr.sbin/bgpd/rde_attr.c
index 40673c16223..5f8ebac6966 100644
--- a/usr.sbin/bgpd/rde_attr.c
+++ b/usr.sbin/bgpd/rde_attr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde_attr.c,v 1.105 2018/07/13 08:18:11 claudio Exp $ */
+/* $OpenBSD: rde_attr.c,v 1.106 2018/08/08 13:32:36 claudio Exp $ */
/*
* Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
@@ -1500,7 +1500,7 @@ community_ext_delete_non_trans(u_char *data, u_int16_t len, u_int16_t *newlen)
newdata = malloc(nlen);
if (newdata == NULL)
- fatal("%s", __func__);;
+ fatal("%s", __func__);
for (l = 0, nlen = 0; l < len; l += sizeof(u_int64_t)) {
if (!(ext[l] & EXT_COMMUNITY_TRANSITIVE)) {