Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.sbin/dhcp/common Pull up 1.1.1.6 (patchlevel 25)



details:   https://anonhg.NetBSD.org/src/rev/66477874fa19
branches:  netbsd-1-4
changeset: 468148:66477874fa19
user:      mellon <mellon%NetBSD.org@localhost>
date:      Fri Apr 09 20:06:47 1999 +0000

description:
Pull up 1.1.1.6 (patchlevel 25)

diffstat:

 usr.sbin/dhcp/common/conflex.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 51deba2d5ca3 -r 66477874fa19 usr.sbin/dhcp/common/conflex.c
--- a/usr.sbin/dhcp/common/conflex.c    Fri Apr 09 20:06:10 1999 +0000
+++ b/usr.sbin/dhcp/common/conflex.c    Fri Apr 09 20:06:47 1999 +0000
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: conflex.c,v 1.1.1.5 1999/02/18 21:48:49 mellon Exp $ Copyright (c) 1995, 1996, 1997 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: conflex.c,v 1.1.1.5.2.1 1999/04/09 20:06:47 mellon Exp $ Copyright (c) 1995, 1996, 1997 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -354,6 +354,8 @@
 
        switch (tolower (atom [0])) {
              case 'a':
+               if (!strcasecmp (atom + 1, "lways-reply-rfc1048"))
+                       return ALWAYS_REPLY_RFC1048;
                if (!strcasecmp (atom + 1, "ppend"))
                        return APPEND;
                if (!strcasecmp (atom + 1, "llow"))



Home | Main Index | Thread Index | Old Index