diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-05-04 10:17:17 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-05-04 10:17:17 +0000 |
commit | 01b8d20018d26d719fcb8872052081b12af72d1f (patch) | |
tree | f90453aa83d1207b8e8b593f157e987bed1b5aaf /usr.sbin/rpki-client/http.c | |
parent | 58cbd0edc853576084dd41ddcf79db995d613fdc (diff) |
Remove extra empty line
Diffstat (limited to 'usr.sbin/rpki-client/http.c')
-rw-r--r-- | usr.sbin/rpki-client/http.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/http.c b/usr.sbin/rpki-client/http.c index e9423e9354c..7d0afe78fe2 100644 --- a/usr.sbin/rpki-client/http.c +++ b/usr.sbin/rpki-client/http.c @@ -1,4 +1,4 @@ -/* $OpenBSD: http.c,v 1.57 2022/04/20 15:38:24 deraadt Exp $ */ +/* $OpenBSD: http.c,v 1.58 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; |