artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee0b2d
)
Remove unused variable 'token'. Spotted by deraadt@
author
krw
<krw@openbsd.org>
Sat, 28 Dec 2013 21:48:04 +0000
(21:48 +0000)
committer
krw
<krw@openbsd.org>
Sat, 28 Dec 2013 21:48:04 +0000
(21:48 +0000)
sbin/dhclient/clparse.c
patch
|
blob
|
history
diff --git
a/sbin/dhclient/clparse.c
b/sbin/dhclient/clparse.c
index
56802b4
..
eba4972
100644
(file)
--- a/
sbin/dhclient/clparse.c
+++ b/
sbin/dhclient/clparse.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: clparse.c,v 1.6
3 2013/12/22 02:37:25
krw Exp $ */
+/* $OpenBSD: clparse.c,v 1.6
4 2013/12/28 21:48:04
krw Exp $ */
/* Parser for dhclient config and lease files. */
@@
-166,7
+166,7
@@
void
parse_client_statement(FILE *cfile)
{
u_int8_t optlist[256];
- int
token,
code, count;
+ int code, count;
switch (next_token(NULL, cfile)) {
case TOK_SEND: