From: Ted Lemon Date: Mon, 6 Mar 2000 23:21:38 +0000 (+0000) Subject: Add more status variables. X-Git-Tag: V3-BETA-2-PATCH-1~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=622b28178111f27d59b6cf952a8d0a3436910e74;p=thirdparty%2Fdhcp.git Add more status variables. --- diff --git a/common/tree.c b/common/tree.c index c5590059c..a313af221 100644 --- a/common/tree.c +++ b/common/tree.c @@ -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;