artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d8845a
)
Remove extra empty line
author
claudio
<claudio@openbsd.org>
Wed, 4 May 2022 10:17:16 +0000
(10:17 +0000)
committer
claudio
<claudio@openbsd.org>
Wed, 4 May 2022 10:17:16 +0000
(10:17 +0000)
usr.sbin/rpki-client/http.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/http.c
b/usr.sbin/rpki-client/http.c
index
e9423e9
..
7d0afe7
100644
(file)
--- a/
usr.sbin/rpki-client/http.c
+++ b/
usr.sbin/rpki-client/http.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: http.c,v 1.5
7 2022/04/20 15:38:24 deraadt
Exp $ */
+/* $OpenBSD: http.c,v 1.5
8 2022/05/04 10:17:16 claudio
Exp $ */
/*
* Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com>
* Copyright (c) 2020 Claudio Jeker <claudio@openbsd.org>
@@
-1913,7
+1913,6
@@
proc_http(char *bind_addr, int fd)
http_free(conn);
}
-
TAILQ_FOREACH_SAFE(req, &queue, entry, nr)
if (!http_req_schedule(req))
break;