2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 05:47:45 +00:00

Update error message.

This commit is contained in:
Ted Lemon 1998-11-06 00:11:53 +00:00
parent 2455808fa3
commit ac73337357

View File

@ -42,7 +42,7 @@
#ifndef lint #ifndef lint
static char copyright[] = 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 */ #endif /* not lint */
#include "dhcpd.h" #include "dhcpd.h"
@ -143,7 +143,7 @@ int execute_statements (packet, in_options, out_options, statements)
break; break;
default: default:
error ("bogus classification rule type %d\n", r -> op); error ("bogus statement type %d\n", r -> op);
} }
} }