2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-04 08:15:14 +00:00

Use new class option constants.

This commit is contained in:
Ted Lemon
1999-04-23 23:50:22 +00:00
parent 46904800ec
commit ca3a51a5f0

View File

@@ -22,7 +22,7 @@
#ifndef lint #ifndef lint
static char copyright[] = static char copyright[] =
"$Id: confpars.c,v 1.71 1999/04/08 19:39:54 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; "$Id: confpars.c,v 1.72 1999/04/23 23:50:22 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */ #endif /* not lint */
#include "dhcpd.h" #include "dhcpd.h"
@@ -1059,8 +1059,8 @@ struct class *parse_class_declaration (cfile, group, type)
stmt -> data.option -> option = stmt -> data.option -> option =
dhcp_universe.options dhcp_universe.options
[type [type
? DHO_DHCP_CLASS_IDENTIFIER ? DHO_VENDOR_CLASS_IDENTIFIER
: DHO_DHCP_USER_CLASS_ID]; : DHO_USER_CLASS];
} }
class -> statements = stmt; class -> statements = stmt;
} }