artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d8f285
)
Fix whitespace botch that snuck in.
author
krw
<krw@openbsd.org>
Wed, 13 Dec 2017 18:53:04 +0000
(18:53 +0000)
committer
krw
<krw@openbsd.org>
Wed, 13 Dec 2017 18:53:04 +0000
(18:53 +0000)
sbin/dhclient/clparse.c
patch
|
blob
|
history
diff --git
a/sbin/dhclient/clparse.c
b/sbin/dhclient/clparse.c
index
f66a1d5
..
52749f1
100644
(file)
--- a/
sbin/dhclient/clparse.c
+++ b/
sbin/dhclient/clparse.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: clparse.c,v 1.15
5 2017/12/13 18:45:08
krw Exp $ */
+/* $OpenBSD: clparse.c,v 1.15
6 2017/12/13 18:53:04
krw Exp $ */
/* Parser for dhclient config and lease files. */
@@
-307,7
+307,7
@@
parse_client_statement(FILE *cfile, char *name)
break;
case TOK_LINK_TIMEOUT:
if (parse_lease_time(cfile, &config->link_timeout) == 1)
-
parse_semi(cfile);
+ parse_semi(cfile);
break;
case TOK_NEXT_SERVER:
if (parse_ip_addr(cfile, &config->next_server) == 1)