]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Remove bogus reminder
authorTed Lemon <source@isc.org>
Tue, 28 Nov 2000 23:50:01 +0000 (23:50 +0000)
committerTed Lemon <source@isc.org>
Tue, 28 Nov 2000 23:50:01 +0000 (23:50 +0000)
server/confpars.c

index 9281f63c99bd67f195005ad2a258305613fbce93..6f920c659775d657eebab40faf273184f5072ffd 100644 (file)
@@ -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"