Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/dhcp/client Pull up revision 1.11 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/8135b9aa85a3
branches:  netbsd-1-5
changeset: 491271:8135b9aa85a3
user:      he <he%NetBSD.org@localhost>
date:      Sat Apr 21 19:44:43 2001 +0000

description:
Pull up revision 1.11 (requested by mellon):
  Fix a dhclient.conf file parsing bug.

diffstat:

 usr.sbin/dhcp/client/clparse.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 609f16eef4b3 -r 8135b9aa85a3 usr.sbin/dhcp/client/clparse.c
--- a/usr.sbin/dhcp/client/clparse.c    Sat Apr 21 19:43:53 2001 +0000
+++ b/usr.sbin/dhcp/client/clparse.c    Sat Apr 21 19:44:43 2001 +0000
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: clparse.c,v 1.5.2.4 2001/04/04 20:55:13 he Exp $ Copyright (c) 1996-2001 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: clparse.c,v 1.5.2.5 2001/04/21 19:44:43 he Exp $ Copyright (c) 1996-2001 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -409,6 +409,7 @@
 
              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);



Home | Main Index | Thread Index | Old Index