From: Ted Lemon Date: Thu, 25 Jan 2001 08:24:33 +0000 (+0000) Subject: Fix a small cosmetic error. X-Git-Tag: V3-BETA-2-PATCH-15~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76a8f1634c3b03420e04ec5f4712201d726cfd94;p=thirdparty%2Fdhcp.git Fix a small cosmetic error. --- diff --git a/common/tree.c b/common/tree.c index 9e5ad5414..25b2abe24 100644 --- a/common/tree.c +++ b/common/tree.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: tree.c,v 1.97 2001/01/17 16:56:42 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: tree.c,v 1.98 2001/01/25 08:24:33 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -2654,7 +2654,8 @@ int evaluate_boolean_option_cache (ignorep, packet, } else *ignorep = 0; } else - result = 0; data_string_forget (&ds, MDL); + result = 0; + data_string_forget (&ds, MDL); return result; }