From: Ted Lemon Date: Mon, 4 Oct 1999 23:17:37 +0000 (+0000) Subject: exists -> config-option, courtesy of Brian Murrell. X-Git-Tag: V3-BETA-1-PATCH-2~5^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb27c66f906f5966710badb3011bacaa5a442849;p=thirdparty%2Fdhcp.git exists -> config-option, courtesy of Brian Murrell. --- diff --git a/common/tree.c b/common/tree.c index 0e6dbbd9c..cde4620fb 100644 --- a/common/tree.c +++ b/common/tree.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: tree.c,v 1.52 1999/10/04 23:15:43 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. All rights reserved.\n"; +"$Id: tree.c,v 1.53 1999/10/04 23:17:37 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -2106,7 +2106,7 @@ int write_expression (file, expr, col, indent) break; case expr_config_option: - s = "exists"; + s = "config-option"; goto print_option_name; case expr_host_decl_name: