From d32cc8d62d1ee45768b2062e53bcaf07342a9d64 Mon Sep 17 00:00:00 2001 From: claudio Date: Fri, 21 Apr 2023 10:47:07 +0000 Subject: [PATCH] Missing space noticed by Pablo Mendez Hernandez --- usr.sbin/bgpd/parse.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index 1b851148a83..516c19c07cb 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.450 2023/04/21 09:28:14 claudio Exp $ */ +/* $OpenBSD: parse.y,v 1.451 2023/04/21 10:47:07 claudio Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer @@ -5590,7 +5590,7 @@ component_finish(int type, uint8_t *data, int len) break; } - i= 0; + i = 0; do { last = data + i; i += FLOWSPEC_OP_LEN(*last) + 1; -- 2.20.1