artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
406616c
)
revert host() back to correct behavior.
author
bcook
<bcook@openbsd.org>
Sat, 10 Jan 2015 01:56:52 +0000
(
01:56
+0000)
committer
bcook
<bcook@openbsd.org>
Sat, 10 Jan 2015 01:56:52 +0000
(
01:56
+0000)
unbreak config file address parsing
usr.sbin/ntpd/config.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ntpd/config.c
b/usr.sbin/ntpd/config.c
index
cd13a38
..
21a5cba
100644
(file)
--- a/
usr.sbin/ntpd/config.c
+++ b/
usr.sbin/ntpd/config.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: config.c,v 1.2
0 2015/01/09 23:48:21
bcook Exp $ */
+/* $OpenBSD: config.c,v 1.2
1 2015/01/10 01:56:52
bcook Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@
-58,7
+58,7
@@
host(const char *s, struct ntp_addr **hn)
*hn = h;
- return (
-
1);
+ return (1);
}
struct ntp_addr *