]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add printer for client-state.
authorTed Lemon <source@isc.org>
Tue, 28 Nov 2000 23:18:40 +0000 (23:18 +0000)
committerTed Lemon <source@isc.org>
Tue, 28 Nov 2000 23:18:40 +0000 (23:18 +0000)
common/print.c

index 3461c0ccef3999175231262a7efc1c8eb2720189..beab2a78044985d95dbf30e004abc2dd98474d33 100644 (file)
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: print.c,v 1.45 2000/10/12 08:59:07 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: print.c,v 1.46 2000/11/28 23:18:40 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -695,6 +695,10 @@ static unsigned print_subexpression (expr, buf, len)
                s = "leased-address";
                goto astring;
 
+             case expr_client_state:
+               s = "client-state";
+               goto astring;
+
              case expr_host_decl_name:
                s = "host-decl-name";
                goto astring;