From: Ted Lemon Date: Sat, 31 Aug 1996 00:48:48 +0000 (+0000) Subject: Oops X-Git-Tag: BETA_5_6~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5b9b27ab444206330cc167a995c2e6b23ad796;p=thirdparty%2Fdhcp.git Oops --- diff --git a/dhcpxlt.c b/dhcpxlt.c index 86eaf7f66..647de0537 100644 --- 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);