artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7141bfc
)
extra newline
author
claudio
<claudio@openbsd.org>
Fri, 2 Sep 2022 17:39:51 +0000
(17:39 +0000)
committer
claudio
<claudio@openbsd.org>
Fri, 2 Sep 2022 17:39:51 +0000
(17:39 +0000)
usr.sbin/rpki-client/rsync.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/rsync.c
b/usr.sbin/rpki-client/rsync.c
index
5c66349
..
afcf3db
100644
(file)
--- a/
usr.sbin/rpki-client/rsync.c
+++ b/
usr.sbin/rpki-client/rsync.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rsync.c,v 1.4
2 2022/09/02 13:04:16
claudio Exp $ */
+/* $OpenBSD: rsync.c,v 1.4
3 2022/09/02 17:39:51
claudio Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-138,7
+138,6
@@
exec_rsync(const char *prog, const char *bind_addr, char *uri, char *dst,
char *reldst;
int i;
-
if ((pid = fork()) == -1)
err(1, "fork");