From: Ted Lemon Date: Tue, 28 Nov 2000 23:50:01 +0000 (+0000) Subject: Remove bogus reminder X-Git-Tag: V3-BETA-2-PATCH-10~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c318f41b2c9744d7a0916d9a637db04d2cfca1;p=thirdparty%2Fdhcp.git Remove bogus reminder --- diff --git a/server/confpars.c b/server/confpars.c index 9281f63c9..6f920c659 100644 --- a/server/confpars.c +++ b/server/confpars.c @@ -1,4 +1,3 @@ -XXX Do tokens for client states! /* confpars.c Parser for dhcpd config file... */ @@ -44,7 +43,7 @@ XXX Do tokens for client states! #ifndef lint static char copyright[] = -"$Id: confpars.c,v 1.127 2000/11/28 23:27:15 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: confpars.c,v 1.128 2000/11/28 23:50:01 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h"