From: Ted Lemon Date: Fri, 6 Nov 1998 00:11:53 +0000 (+0000) Subject: Update error message. X-Git-Tag: carrel-2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac733373575c8b29a632c51597d89f47c195acdf;p=thirdparty%2Fdhcp.git Update error message. --- diff --git a/common/execute.c b/common/execute.c index f1541eeb8..c791a9b10 100644 --- a/common/execute.c +++ b/common/execute.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: execute.c,v 1.2 1998/11/05 18:40:40 mellon Exp $ Copyright (c) 1998 The Internet Software Consortium. All rights reserved.\n"; +"$Id: execute.c,v 1.3 1998/11/06 00:11:53 mellon Exp $ Copyright (c) 1998 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -143,7 +143,7 @@ int execute_statements (packet, in_options, out_options, statements) break; default: - error ("bogus classification rule type %d\n", r -> op); + error ("bogus statement type %d\n", r -> op); } }