summaryrefslogtreecommitdiff
path: root/common/tree.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-01-25 08:24:33 +0000
committerTed Lemon <source@isc.org>2001-01-25 08:24:33 +0000
commit76a8f1634c3b03420e04ec5f4712201d726cfd94 (patch)
treeee30f96ff4384d5abfeb5cc27ccaea2148f3985d /common/tree.c
parentb49c02cc7f2173817903c8885b7c492e8391e50d (diff)
downloadisc-dhcp-76a8f1634c3b03420e04ec5f4712201d726cfd94.tar.gz
Fix a small cosmetic error.
Diffstat (limited to 'common/tree.c')
-rw-r--r--common/tree.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/tree.c b/common/tree.c
index 9e5ad541..25b2abe2 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;
}