artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fb62f1
)
comma space not space comma
author
claudio
<claudio@openbsd.org>
Fri, 20 Jan 2023 10:30:41 +0000
(10:30 +0000)
committer
claudio
<claudio@openbsd.org>
Fri, 20 Jan 2023 10:30:41 +0000
(10:30 +0000)
usr.sbin/bgpd/bgpd.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpd/bgpd.c
b/usr.sbin/bgpd/bgpd.c
index
c877884
..
5e4dbcd
100644
(file)
--- a/
usr.sbin/bgpd/bgpd.c
+++ b/
usr.sbin/bgpd/bgpd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bgpd.c,v 1.25
5 2022/11/18 10:17:23
claudio Exp $ */
+/* $OpenBSD: bgpd.c,v 1.25
6 2023/01/20 10:30:41
claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@
-73,7
+73,7
@@
struct connect_elm {
int fd;
};
-TAILQ_HEAD(
,
connect_elm) connect_queue = \
+TAILQ_HEAD(
,
connect_elm) connect_queue = \
TAILQ_HEAD_INITIALIZER(connect_queue);
u_int connect_cnt;
#define MAX_CONNECT_CNT 32