]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Oops
authorTed Lemon <source@isc.org>
Sat, 31 Aug 1996 00:48:48 +0000 (00:48 +0000)
committerTed Lemon <source@isc.org>
Sat, 31 Aug 1996 00:48:48 +0000 (00:48 +0000)
dhcpxlt.c

index 86eaf7f66e0371b1409f51abc4cf4849f848d9ad..647de0537d39a8838a42a49b72ff78b8102e4721 100644 (file)
--- a/dhcpxlt.c
+++ b/dhcpxlt.c
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: dhcpxlt.c,v 1.5 1996/08/30 23:41:07 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dhcpxlt.c,v 1.6 1996/08/31 00:48:48 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -313,7 +313,7 @@ void convert_class_statement (cfile, bc, type)
        }
 
        indent (0);
-       if (class)
+       if (type)
                printf ("user-class %s {\n", val);
        else
                printf ("vendor-class %s {\n", val);