From ac733373575c8b29a632c51597d89f47c195acdf Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Fri, 6 Nov 1998 00:11:53 +0000 Subject: [PATCH] Update error message. --- common/execute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/execute.c b/common/execute.c index f1541eeb..c791a9b1 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); } }