From: claudio Date: Fri, 21 Apr 2023 10:47:07 +0000 (+0000) Subject: Missing space noticed by Pablo Mendez Hernandez X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d32cc8d62d1ee45768b2062e53bcaf07342a9d64;p=openbsd Missing space noticed by Pablo Mendez Hernandez --- 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;