]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Get rid of obsolete data string reference.
authorTed Lemon <source@isc.org>
Mon, 9 Nov 1998 02:45:02 +0000 (02:45 +0000)
committerTed Lemon <source@isc.org>
Mon, 9 Nov 1998 02:45:02 +0000 (02:45 +0000)
common/tree.c

index 57588e65061018c0be7840a048b4e874cb9fb188..a3690a2092026fd4b7017552091541cf176422ec 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: tree.c,v 1.17 1998/11/06 03:25:17 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: tree.c,v 1.18 1998/11/09 02:45:02 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -931,7 +931,6 @@ int evaluate_boolean_expression_result (packet, options, expr)
        if (!expr)
                return 0;
        
-       memset (&ds, 0, sizeof ds);
        if (!evaluate_boolean_expression (&result, packet, options, expr))
                return 0;