artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181376c
)
Add missing newline in fprintf error message.
author
reyk
<reyk@openbsd.org>
Tue, 4 Apr 2017 14:04:54 +0000
(14:04 +0000)
committer
reyk
<reyk@openbsd.org>
Tue, 4 Apr 2017 14:04:54 +0000
(14:04 +0000)
OK jsg@
usr.sbin/sasyncd/sasyncd.c
patch
|
blob
|
history
diff --git
a/usr.sbin/sasyncd/sasyncd.c
b/usr.sbin/sasyncd/sasyncd.c
index
ac17dca
..
a02745f
100644
(file)
--- a/
usr.sbin/sasyncd/sasyncd.c
+++ b/
usr.sbin/sasyncd/sasyncd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sasyncd.c,v 1.2
4 2015/08/20 22:39:29 deraadt Exp $
*/
+/* $OpenBSD: sasyncd.c,v 1.2
5 2017/04/04 14:04:54 reyk Exp $
*/
/*
* Copyright (c) 2005 HÃ¥kan Olsson. All rights reserved.
@@
-191,7
+191,7
@@
main(int argc, char **argv)
if (conf_parse_file(cfgfile) == 0 ) {
if (!cfgstate.sharedkey) {
fprintf(stderr, "config: "
- "no shared key specified, cannot continue");
+ "no shared key specified, cannot continue
\n
");
exit(1);
}
} else {