]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add more status variables.
authorTed Lemon <source@isc.org>
Mon, 6 Mar 2000 23:21:38 +0000 (23:21 +0000)
committerTed Lemon <source@isc.org>
Mon, 6 Mar 2000 23:21:38 +0000 (23:21 +0000)
common/tree.c

index c5590059ca52e9a5cdd5ebb69ebc86a5761051df..a313af221e3a65d059c4578928d6ae633baba15d 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: tree.c,v 1.77 2000/02/15 19:39:48 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: tree.c,v 1.78 2000/03/06 23:21:38 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -1963,7 +1963,7 @@ int evaluate_numeric_expression (result, packet, lease,
        struct expression *expr;
 {
        struct data_string data;
-       int status;
+       int status, sleft, sright;
 #if defined (NSUPDATE)
        ns_updrec *nut;
        static struct __res_state res;