]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add a TODO note about spawning subclasses.
authorTed Lemon <source@isc.org>
Fri, 6 Apr 2001 05:45:45 +0000 (05:45 +0000)
committerTed Lemon <source@isc.org>
Fri, 6 Apr 2001 05:45:45 +0000 (05:45 +0000)
server/class.c

index b1b0621f8db6931679f08a5731554a110161f6a7..290b7ce299bce26d9696be40488984c2343a8911 100644 (file)
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: class.c,v 1.27 2000/11/28 23:27:14 mellon Exp $ Copyright (c) 1998-2000 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: class.c,v 1.28 2001/04/06 05:45:45 mellon Exp $ Copyright (c) 1998-2000 The Internet Software Consortium.  All rights reserved.\n";
 
 #endif /* not lint */
 
@@ -163,6 +163,7 @@ int check_collection (packet, lease, collection)
                                        data_string_forget (&data, MDL);
                                        continue;
                                }
+                               /* XXX Write out the spawned class? */
 #if defined (DEBUG_CLASS_MATCHING)
                                log_info ("spawning subclass %s.",
                                      print_hex_1 (data.len, data.data, 60));