artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ded7de
)
Remove NOTREACHED marker, it should be obvious when the code is:
author
claudio
<claudio@openbsd.org>
Thu, 4 Mar 2021 14:02:34 +0000
(14:02 +0000)
committer
claudio
<claudio@openbsd.org>
Thu, 4 Mar 2021 14:02:34 +0000
(14:02 +0000)
exit(rc);
/* NOTREACHED */
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
2497b50
..
206475c
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.
19 2021/02/23 14:25:29
claudio Exp $ */
+/* $OpenBSD: rsync.c,v 1.
20 2021/03/04 14:02:34
claudio Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-309,5
+309,4
@@
proc_rsync(char *prog, char *bind_addr, int fd)
msgbuf_clear(&msgq);
free(ids);
exit(rc);
- /* NOTREACHED */
}