artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb335b7
)
Missing space noticed by Pablo Mendez Hernandez
author
claudio
<claudio@openbsd.org>
Fri, 21 Apr 2023 10:47:07 +0000
(10:47 +0000)
committer
claudio
<claudio@openbsd.org>
Fri, 21 Apr 2023 10:47:07 +0000
(10:47 +0000)
usr.sbin/bgpd/parse.y
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpd/parse.y
b/usr.sbin/bgpd/parse.y
index
1b85114
..
516c19c
100644
(file)
--- a/
usr.sbin/bgpd/parse.y
+++ b/
usr.sbin/bgpd/parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: parse.y,v 1.45
0 2023/04/21 09:28:14
claudio Exp $ */
+/* $OpenBSD: parse.y,v 1.45
1 2023/04/21 10:47:07
claudio Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@
-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;