2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +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
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);
}
}