summaryrefslogtreecommitdiff
path: root/client/clparse.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-04-05 20:37:55 +0000
committerTed Lemon <source@isc.org>2001-04-05 20:37:55 +0000
commitc9dce20f566c054ab4ad061323c393478e9e6a8c (patch)
treeddff629f8422088006a9ee887dd580f71af1d76e /client/clparse.c
parente0dd13b555bfca136d39efedf8321e23364e96dd (diff)
downloadisc-dhcp-c9dce20f566c054ab4ad061323c393478e9e6a8c.tar.gz
Make the omapi statement in the client config actually work.
Diffstat (limited to 'client/clparse.c')
-rw-r--r--client/clparse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/clparse.c b/client/clparse.c
index c506febe..f8f701df 100644
--- a/client/clparse.c
+++ b/client/clparse.c
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: clparse.c,v 1.59 2001/03/22 06:55:31 mellon Exp $ Copyright (c) 1996-2001 The Internet Software Consortium. All rights reserved.\n";
+"$Id: clparse.c,v 1.60 2001/04/05 20:37:55 mellon Exp $ Copyright (c) 1996-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -409,6 +409,7 @@ void parse_client_statement (cfile, ip, config)
case OMAPI:
token = next_token (&val, (unsigned *)0, cfile);
+ token = next_token (&val, (unsigned *)0, cfile);
if (token != PORT) {
parse_warn (cfile,
"unexpected omapi subtype: %s", val);